Html Css Color HEX #474517 Madras

📋 copy color: '#474517'

red 71 ◦ green 69 ◦ blue 23

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

Shades of Madras #474517

Tints of Madras #474517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.33%

 BLUE value IS 23 (9.38% from 255) = 14.11%

R = 43.56%
G = 42.33%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#474517 (or 0x474517) is known color: Madras. HEX triplet: 47, 45 and 17. RGB value is (71,69,23). Sum of RGB (Red+Green+Blue) = 71+69+23=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #474517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474517 is #B8BAE8. Grayscale: #404040. Windows color (decimal): -12106473 or 1525063. OLE color: 1525063.

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

Color convert

RGB 71 69 23 -
CMYK 0 0.03 0.68 0.72
HSL 57.5º 0.51% 0.18% -
HSV(B) 57.5º 0.68% 0.28% -
XYZ 4.88 5.66 1.65 -
YUV 64.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 71 69 23 0 0.03 0.68 0.72 57.5 0.51 0.18
Hex 47 45 17 0 3 44 48 3A 33 12
Octal 107 105 27 0 3 104 110 72 63 22
Binary 1000111 1000101 10111 0 11 1000100 1001000 111010 110011 10010

Color Harmonies of #474517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474517

Black with #474517

Text Example


Text Example

White with #474517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474517; }

 p { color: rgb(71,69,23); }

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

background-color css

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

 a { background-color: rgb(71,69,23); }

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

border-color css

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

 span { border-color: rgb(71,69,23); }

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