Html Css Color HEX #473A13 Madras

📋 copy color: '#473A13'

red 71 ◦ green 58 ◦ blue 19

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

Shades of Madras #473A13

Tints of Madras #473A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.19%

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

R = 47.97%
G = 39.19%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#473A13 (or 0x473A13) is known color: Madras. HEX triplet: 47, 3A and 13. RGB value is (71,58,19). Sum of RGB (Red+Green+Blue) = 71+58+19=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #473A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A13 is #B8C5EC. Grayscale: #393939. Windows color (decimal): -12109293 or 1260103. OLE color: 1260103.

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

Color convert

RGB 71 58 19 -
CMYK 0 0.18 0.73 0.72
HSL 45º 0.58% 0.18% -
HSV(B) 45º 0.73% 0.28% -
XYZ 4.23 4.41 1.24 -
YUV 57.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 71 58 19 0 0.18 0.73 0.72 45 0.58 0.18
Hex 47 3A 13 0 12 49 48 2D 3A 12
Octal 107 72 23 0 22 111 110 55 72 22
Binary 1000111 111010 10011 0 10010 1001001 1001000 101101 111010 10010

Color Harmonies of #473A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A13

Black with #473A13

Text Example


Text Example

White with #473A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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