Html Css Color HEX #474313 Madras

📋 copy color: '#474313'

red 71 ◦ green 67 ◦ blue 19

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

Shades of Madras #474313

Tints of Madras #474313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.1%

R = 45.22%
G = 42.68%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#474313 (or 0x474313) is known color: Madras. HEX triplet: 47, 43 and 13. RGB value is (71,67,19). Sum of RGB (Red+Green+Blue) = 71+67+19=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #474313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474313 is #B8BCEC. Grayscale: #3E3E3E. Windows color (decimal): -12106989 or 1262407. OLE color: 1262407.

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

Color convert

RGB 71 67 19 -
CMYK 0 0.06 0.73 0.72
HSL 55.38º 0.58% 0.18% -
HSV(B) 55.38º 0.73% 0.28% -
XYZ 4.72 5.4 1.41 -
YUV 62.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 71 67 19 0 0.06 0.73 0.72 55.38 0.58 0.18
Hex 47 43 13 0 6 49 48 37 3A 12
Octal 107 103 23 0 6 111 110 67 72 22
Binary 1000111 1000011 10011 0 110 1001001 1001000 110111 111010 10010

Color Harmonies of #474313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474313

Black with #474313

Text Example


Text Example

White with #474313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474313; }

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

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

background-color css

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

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

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

border-color css

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

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

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