Html Css Color HEX #474113 Madras

📋 copy color: '#474113'

red 71 ◦ green 65 ◦ blue 19

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

Shades of Madras #474113

Tints of Madras #474113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.94%

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

R = 45.81%
G = 41.94%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#474113 (or 0x474113) is known color: Madras. HEX triplet: 47, 41 and 13. RGB value is (71,65,19). Sum of RGB (Red+Green+Blue) = 71+65+19=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #474113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474113 is #B8BEEC. Grayscale: #3D3D3D. Windows color (decimal): -12107501 or 1261895. OLE color: 1261895.

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

Color convert

RGB 71 65 19 -
CMYK 0 0.08 0.73 0.72
HSL 53.08º 0.58% 0.18% -
HSV(B) 53.08º 0.73% 0.28% -
XYZ 4.61 5.17 1.37 -
YUV 61.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 71 65 19 0 0.08 0.73 0.72 53.08 0.58 0.18
Hex 47 41 13 0 8 49 48 35 3A 12
Octal 107 101 23 0 10 111 110 65 72 22
Binary 1000111 1000001 10011 0 1000 1001001 1001000 110101 111010 10010

Color Harmonies of #474113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474113

Black with #474113

Text Example


Text Example

White with #474113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474113; }

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

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

background-color css

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

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

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

border-color css

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

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

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