Html Css Color HEX #474312 Madras

📋 copy color: '#474312'

red 71 ◦ green 67 ◦ blue 18

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

Shades of Madras #474312

Tints of Madras #474312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.54%

R = 45.51%
G = 42.95%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#474312 (or 0x474312) is known color: Madras. HEX triplet: 47, 43 and 12. RGB value is (71,67,18). Sum of RGB (Red+Green+Blue) = 71+67+18=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #474312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474312 is #B8BCED. Grayscale: #3E3E3E. Windows color (decimal): -12106990 or 1196871. OLE color: 1196871.

HSL color Cylindrical-coordinate representation of color #474312: hue angle of 55.47º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #474312 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 67 18 -
CMYK 0 0.06 0.75 0.72
HSL 55.47º 0.6% 0.17% -
HSV(B) 55.47º 0.75% 0.28% -
XYZ 4.71 5.4 1.37 -
YUV 62.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 71 67 18 0 0.06 0.75 0.72 55.47 0.6 0.17
Hex 47 43 12 0 6 4B 48 37 3C 11
Octal 107 103 22 0 6 113 110 67 74 21
Binary 1000111 1000011 10010 0 110 1001011 1001000 110111 111100 10001

Color Harmonies of #474312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474312

Black with #474312

Text Example


Text Example

White with #474312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474312; }

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

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

background-color css

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

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

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

border-color css

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

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

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