Html Css Color HEX #474308 Madras

📋 copy color: '#474308'

red 71 ◦ green 67 ◦ blue 8

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

Shades of Madras #474308

Tints of Madras #474308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.89%

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

R = 48.63%
G = 45.89%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#474308 (or 0x474308) is known color: Madras. HEX triplet: 47, 43 and 08. RGB value is (71,67,8). Sum of RGB (Red+Green+Blue) = 71+67+8=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #474308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474308 is #B8BCF7. Grayscale: #3D3D3D. Windows color (decimal): -12107000 or 541511. OLE color: 541511.

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

Color convert

RGB 71 67 8 -
CMYK 0 0.06 0.89 0.72
HSL 56.19º 0.8% 0.15% -
HSV(B) 56.19º 0.89% 0.28% -
XYZ 4.65 5.37 1.02 -
YUV 61.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 71 67 8 0 0.06 0.89 0.72 56.19 0.8 0.15
Hex 47 43 8 0 6 59 48 38 50 F
Octal 107 103 10 0 6 131 110 70 120 17
Binary 1000111 1000011 1000 0 110 1011001 1001000 111000 1010000 1111

Color Harmonies of #474308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474308

Black with #474308

Text Example


Text Example

White with #474308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474308; }

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

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

background-color css

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

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

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

border-color css

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

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

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