Html Css Color HEX #473E14 Madras

📋 copy color: '#473E14'

red 71 ◦ green 62 ◦ blue 20

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

Shades of Madras #473E14

Tints of Madras #473E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.07%

R = 46.41%
G = 40.52%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#473E14 (or 0x473E14) is known color: Madras. HEX triplet: 47, 3E and 14. RGB value is (71,62,20). Sum of RGB (Red+Green+Blue) = 71+62+20=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #473E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473E14 is #B8C1EB. Grayscale: #3C3C3C. Windows color (decimal): -12108268 or 1326663. OLE color: 1326663.

HSL color Cylindrical-coordinate representation of color #473E14: hue angle of 49.41º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #473E14 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 62 20 -
CMYK 0 0.13 0.72 0.72
HSL 49.41º 0.56% 0.18% -
HSV(B) 49.41º 0.72% 0.28% -
XYZ 4.45 4.84 1.36 -
YUV 59.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 71 62 20 0 0.13 0.72 0.72 49.41 0.56 0.18
Hex 47 3E 14 0 D 48 48 31 38 12
Octal 107 76 24 0 15 110 110 61 70 22
Binary 1000111 111110 10100 0 1101 1001000 1001000 110001 111000 10010

Color Harmonies of #473E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E14

Black with #473E14

Text Example


Text Example

White with #473E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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