Html Css Color HEX #473208 Mikado

📋 copy color: '#473208'

red 71 ◦ green 50 ◦ blue 8

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

Shades of Mikado #473208

Tints of Mikado #473208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.2%

R = 55.04%
G = 38.76%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#473208 (or 0x473208) is known color: Mikado. HEX triplet: 47, 32 and 08. RGB value is (71,50,8). Sum of RGB (Red+Green+Blue) = 71+50+8=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #473208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473208 is #B8CDF7. Grayscale: #333333. Windows color (decimal): -12111352 or 537159. OLE color: 537159.

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

Color convert

RGB 71 50 8 -
CMYK 0 0.30 0.89 0.72
HSL 40º 0.8% 0.15% -
HSV(B) 40º 0.89% 0.28% -
XYZ 3.78 3.64 0.73 -
YUV 51.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 71 50 8 0 0.30 0.89 0.72 40 0.8 0.15
Hex 47 32 8 0 1E 59 48 28 50 F
Octal 107 62 10 0 36 131 110 50 120 17
Binary 1000111 110010 1000 0 11110 1011001 1001000 101000 1010000 1111

Color Harmonies of #473208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473208

Black with #473208

Text Example


Text Example

White with #473208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473208; }

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

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

background-color css

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

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

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

border-color css

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

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

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