Html Css Color HEX #474018 Madras

📋 copy color: '#474018'

red 71 ◦ green 64 ◦ blue 24

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

Shades of Madras #474018

Tints of Madras #474018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.25%

 BLUE value IS 24 (9.77% from 255) = 15.09%

R = 44.65%
G = 40.25%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#474018 (or 0x474018) is known color: Madras. HEX triplet: 47, 40 and 18. RGB value is (71,64,24). Sum of RGB (Red+Green+Blue) = 71+64+24=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #474018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474018 is #B8BFE7. Grayscale: #3D3D3D. Windows color (decimal): -12107752 or 1589319. OLE color: 1589319.

HSL color Cylindrical-coordinate representation of color #474018: hue angle of 51.06º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #474018 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 64 24 -
CMYK 0 0.10 0.66 0.72
HSL 51.06º 0.49% 0.19% -
HSV(B) 51.06º 0.66% 0.28% -
XYZ 4.6 5.07 1.6 -
YUV 61.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 71 64 24 0 0.10 0.66 0.72 51.06 0.49 0.19
Hex 47 40 18 0 A 42 48 33 31 13
Octal 107 100 30 0 12 102 110 63 61 23
Binary 1000111 1000000 11000 0 1010 1000010 1001000 110011 110001 10011

Color Harmonies of #474018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474018

Black with #474018

Text Example


Text Example

White with #474018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474018; }

 p { color: rgb(71,64,24); }

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

background-color css

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

 a { background-color: rgb(71,64,24); }

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

border-color css

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

 span { border-color: rgb(71,64,24); }

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