Html Css Color HEX #474315 Madras

📋 copy color: '#474315'

red 71 ◦ green 67 ◦ blue 21

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

Shades of Madras #474315

Tints of Madras #474315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.21%

R = 44.65%
G = 42.14%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#474315 (or 0x474315) is known color: Madras. HEX triplet: 47, 43 and 15. RGB value is (71,67,21). Sum of RGB (Red+Green+Blue) = 71+67+21=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #474315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474315 is #B8BCEA. Grayscale: #3F3F3F. Windows color (decimal): -12106987 or 1393479. OLE color: 1393479.

HSL color Cylindrical-coordinate representation of color #474315: hue angle of 55.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474315 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 67 21 -
CMYK 0 0.06 0.70 0.72
HSL 55.2º 0.54% 0.18% -
HSV(B) 55.2º 0.7% 0.28% -
XYZ 4.74 5.41 1.5 -
YUV 62.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 71 67 21 0 0.06 0.70 0.72 55.2 0.54 0.18
Hex 47 43 15 0 6 46 48 37 36 12
Octal 107 103 25 0 6 106 110 67 66 22
Binary 1000111 1000011 10101 0 110 1000110 1001000 110111 110110 10010

Color Harmonies of #474315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474315

Black with #474315

Text Example


Text Example

White with #474315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474315; }

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

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

background-color css

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

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

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

border-color css

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

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

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