Html Css Color HEX #473B0D Madras

📋 copy color: '#473B0D'

red 71 ◦ green 59 ◦ blue 13

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

Shades of Madras #473B0D

Tints of Madras #473B0D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 41.26%

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 49.65%
G = 41.26%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#473B0D (or 0x473B0D) is known color: Madras. HEX triplet: 47, 3B and 0D. RGB value is (71,59,13). Sum of RGB (Red+Green+Blue) = 71+59+13=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #473B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473B0D is #B8C4F2. Grayscale: #393939. Windows color (decimal): -12109043 or 867143. OLE color: 867143.

HSL color Cylindrical-coordinate representation of color #473B0D: hue angle of 47.59º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #473B0D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 59 13 -
CMYK 0 0.17 0.82 0.72
HSL 47.59º 0.69% 0.16% -
HSV(B) 47.59º 0.82% 0.28% -
XYZ 4.24 4.5 1.03 -
YUV 57.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 71 59 13 0 0.17 0.82 0.72 47.59 0.69 0.16
Hex 47 3B D 0 11 52 48 30 45 10
Octal 107 73 15 0 21 122 110 60 105 20
Binary 1000111 111011 1101 0 10001 1010010 1001000 110000 1000101 10000

Color Harmonies of #473B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B0D

Black with #473B0D

Text Example


Text Example

White with #473B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,59,13); }

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

background-color css

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

 a { background-color: rgb(71,59,13); }

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

border-color css

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

 span { border-color: rgb(71,59,13); }

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