Html Css Color HEX #474208 Madras

📋 copy color: '#474208'

red 71 ◦ green 66 ◦ blue 8

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

Shades of Madras #474208

Tints of Madras #474208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.52%

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

R = 48.97%
G = 45.52%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#474208 (or 0x474208) is known color: Madras. HEX triplet: 47, 42 and 08. RGB value is (71,66,8). Sum of RGB (Red+Green+Blue) = 71+66+8=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #474208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474208 is #B8BDF7. Grayscale: #3D3D3D. Windows color (decimal): -12107256 or 541255. OLE color: 541255.

HSL color Cylindrical-coordinate representation of color #474208: hue angle of 55.24º 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 #474208 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 8 -
CMYK 0 0.07 0.89 0.72
HSL 55.24º 0.8% 0.15% -
HSV(B) 55.24º 0.89% 0.28% -
XYZ 4.59 5.25 1 -
YUV 60.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 71 66 8 0 0.07 0.89 0.72 55.24 0.8 0.15
Hex 47 42 8 0 7 59 48 37 50 F
Octal 107 102 10 0 7 131 110 67 120 17
Binary 1000111 1000010 1000 0 111 1011001 1001000 110111 1010000 1111

Color Harmonies of #474208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474208

Black with #474208

Text Example


Text Example

White with #474208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474208; }

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

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

background-color css

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

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

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

border-color css

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

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

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