Html Css Color HEX #473305 Mikado

📋 copy color: '#473305'

red 71 ◦ green 51 ◦ blue 5

#473305
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #473305

Tints of Mikado #473305

RGB

 RED value IS 71 (28.13% from 255) = 55.91%

 GREEN value IS 51 (20.31% from 255) = 40.16%

 BLUE value IS 5 (2.34% from 255) = 3.94%

R = 55.91%
G = 40.16%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#473305 (or 0x473305) is known color: Mikado. HEX triplet: 47, 33 and 05. RGB value is (71,51,5). Sum of RGB (Red+Green+Blue) = 71+51+5=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #473305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473305 is #B8CCFA. Grayscale: #333333. Windows color (decimal): -12111099 or 340807. OLE color: 340807.

HSL color Cylindrical-coordinate representation of color #473305: hue angle of 41.82º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #473305 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 51 5 -
CMYK 0 0.28 0.93 0.72
HSL 41.82º 0.87% 0.15% -
HSV(B) 41.82º 0.93% 0.28% -
XYZ 3.81 3.72 0.66 -
YUV 51.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 71 51 5 0 0.28 0.93 0.72 41.82 0.87 0.15
Hex 47 33 5 0 1C 5D 48 2A 57 F
Octal 107 63 5 0 34 135 110 52 127 17
Binary 1000111 110011 101 0 11100 1011101 1001000 101010 1010111 1111

Color Harmonies of #473305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473305

Black with #473305

Text Example


Text Example

White with #473305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473305; }

 p { color: rgb(71,51,5); }

 H1.HeaderClassName
 {
   color: #473305;
 }
 .AnyTagClassName
 {
   color: #473305;
 }
</style>

background-color css

<style>
 a { background-color: #473305; }

 a { background-color: rgb(71,51,5); }

 div.DivClassName
 {
   background-color: #473305;
 }
 .BgClassName
 {
   background-color: #473305;
 }
</style>

border-color css

<style>
 span { border-color: #473305; }

 span { border-color: rgb(71,51,5); }

 td.TdClassName
 {
   border-color: #473305;
 }
 .TagClassName
 {
   border-color: #473305;
 }
</style>