Html Css Color HEX #473206 Mikado

📋 copy color: '#473206'

red 71 ◦ green 50 ◦ blue 6

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

Shades of Mikado #473206

Tints of Mikado #473206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.37%

 BLUE value IS 6 (2.73% from 255) = 4.72%

R = 55.91%
G = 39.37%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#473206 (or 0x473206) is known color: Mikado. HEX triplet: 47, 32 and 06. RGB value is (71,50,6). Sum of RGB (Red+Green+Blue) = 71+50+6=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #473206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473206 is #B8CDF9. Grayscale: #333333. Windows color (decimal): -12111354 or 406087. OLE color: 406087.

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

Color convert

RGB 71 50 6 -
CMYK 0 0.30 0.92 0.72
HSL 40.62º 0.84% 0.15% -
HSV(B) 40.62º 0.92% 0.28% -
XYZ 3.77 3.63 0.67 -
YUV 51.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 71 50 6 0 0.30 0.92 0.72 40.62 0.84 0.15
Hex 47 32 6 0 1E 5C 48 29 54 F
Octal 107 62 6 0 36 134 110 51 124 17
Binary 1000111 110010 110 0 11110 1011100 1001000 101001 1010100 1111

Color Harmonies of #473206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473206

Black with #473206

Text Example


Text Example

White with #473206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473206; }

 p { color: rgb(71,50,6); }

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

background-color css

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

 a { background-color: rgb(71,50,6); }

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

border-color css

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

 span { border-color: rgb(71,50,6); }

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