Html Css Color HEX #473E12 Madras

📋 copy color: '#473E12'

red 71 ◦ green 62 ◦ blue 18

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

Shades of Madras #473E12

Tints of Madras #473E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 41.06%

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

R = 47.02%
G = 41.06%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#473E12 (or 0x473E12) is known color: Madras. HEX triplet: 47, 3E and 12. RGB value is (71,62,18). Sum of RGB (Red+Green+Blue) = 71+62+18=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 62 (24.61% from 255 or 41.06% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #473E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473E12 is #B8C1ED. Grayscale: #3B3B3B. Windows color (decimal): -12108270 or 1195591. OLE color: 1195591.

HSL color Cylindrical-coordinate representation of color #473E12: hue angle of 49.81º 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 #473E12 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 62 18 -
CMYK 0 0.13 0.75 0.72
HSL 49.81º 0.6% 0.17% -
HSV(B) 49.81º 0.75% 0.28% -
XYZ 4.43 4.83 1.27 -
YUV 59.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 71 62 18 0 0.13 0.75 0.72 49.81 0.6 0.17
Hex 47 3E 12 0 D 4B 48 32 3C 11
Octal 107 76 22 0 15 113 110 62 74 21
Binary 1000111 111110 10010 0 1101 1001011 1001000 110010 111100 10001

Color Harmonies of #473E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E12

Black with #473E12

Text Example


Text Example

White with #473E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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