Html Css Color HEX #473D14 Madras

📋 copy color: '#473D14'

red 71 ◦ green 61 ◦ blue 20

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

Shades of Madras #473D14

Tints of Madras #473D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.13%

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

R = 46.71%
G = 40.13%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#473D14 (or 0x473D14) is known color: Madras. HEX triplet: 47, 3D and 14. RGB value is (71,61,20). Sum of RGB (Red+Green+Blue) = 71+61+20=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #473D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D14 is #B8C2EB. Grayscale: #3B3B3B. Windows color (decimal): -12108524 or 1326407. OLE color: 1326407.

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

Color convert

RGB 71 61 20 -
CMYK 0 0.14 0.72 0.72
HSL 48.24º 0.56% 0.18% -
HSV(B) 48.24º 0.72% 0.28% -
XYZ 4.39 4.73 1.34 -
YUV 59.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 71 61 20 0 0.14 0.72 0.72 48.24 0.56 0.18
Hex 47 3D 14 0 E 48 48 30 38 12
Octal 107 75 24 0 16 110 110 60 70 22
Binary 1000111 111101 10100 0 1110 1001000 1001000 110000 111000 10010

Color Harmonies of #473D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D14

Black with #473D14

Text Example


Text Example

White with #473D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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