Html Css Color HEX #473B0A Madras

📋 copy color: '#473B0A'

red 71 ◦ green 59 ◦ blue 10

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

Shades of Madras #473B0A

Tints of Madras #473B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.14%

R = 50.71%
G = 42.14%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#473B0A (or 0x473B0A) is known color: Madras. HEX triplet: 47, 3B and 0A. RGB value is (71,59,10). Sum of RGB (Red+Green+Blue) = 71+59+10=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #473B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473B0A is #B8C4F5. Grayscale: #393939. Windows color (decimal): -12109046 or 670535. OLE color: 670535.

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

Color convert

RGB 71 59 10 -
CMYK 0 0.17 0.86 0.72
HSL 48.2º 0.75% 0.16% -
HSV(B) 48.2º 0.86% 0.28% -
XYZ 4.22 4.49 0.93 -
YUV 57 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 71 59 10 0 0.17 0.86 0.72 48.2 0.75 0.16
Hex 47 3B A 0 11 56 48 30 4B 10
Octal 107 73 12 0 21 126 110 60 113 20
Binary 1000111 111011 1010 0 10001 1010110 1001000 110000 1001011 10000

Color Harmonies of #473B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B0A

Black with #473B0A

Text Example


Text Example

White with #473B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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