Html Css Color HEX #474015 Madras

📋 copy color: '#474015'

red 71 ◦ green 64 ◦ blue 21

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

Shades of Madras #474015

Tints of Madras #474015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.03%

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

R = 45.51%
G = 41.03%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#474015 (or 0x474015) is known color: Madras. HEX triplet: 47, 40 and 15. RGB value is (71,64,21). Sum of RGB (Red+Green+Blue) = 71+64+21=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #474015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474015 is #B8BFEA. Grayscale: #3D3D3D. Windows color (decimal): -12107755 or 1392711. OLE color: 1392711.

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

Color convert

RGB 71 64 21 -
CMYK 0 0.10 0.70 0.72
HSL 51.6º 0.54% 0.18% -
HSV(B) 51.6º 0.7% 0.28% -
XYZ 4.57 5.06 1.45 -
YUV 61.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 71 64 21 0 0.10 0.70 0.72 51.6 0.54 0.18
Hex 47 40 15 0 A 46 48 34 36 12
Octal 107 100 25 0 12 106 110 64 66 22
Binary 1000111 1000000 10101 0 1010 1000110 1001000 110100 110110 10010

Color Harmonies of #474015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474015

Black with #474015

Text Example


Text Example

White with #474015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474015; }

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

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

background-color css

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

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

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

border-color css

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

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

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