Html Css Color HEX #473B05 Madras

📋 copy color: '#473B05'

red 71 ◦ green 59 ◦ blue 5

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

Shades of Madras #473B05

Tints of Madras #473B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.7%

R = 52.59%
G = 43.7%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#473B05 (or 0x473B05) is known color: Madras. HEX triplet: 47, 3B and 05. RGB value is (71,59,5). Sum of RGB (Red+Green+Blue) = 71+59+5=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #473B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473B05 is #B8C4FA. Grayscale: #383838. Windows color (decimal): -12109051 or 342855. OLE color: 342855.

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

Color convert

RGB 71 59 5 -
CMYK 0 0.17 0.93 0.72
HSL 49.09º 0.87% 0.15% -
HSV(B) 49.09º 0.93% 0.28% -
XYZ 4.19 4.48 0.79 -
YUV 56.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 71 59 5 0 0.17 0.93 0.72 49.09 0.87 0.15
Hex 47 3B 5 0 11 5D 48 31 57 F
Octal 107 73 5 0 21 135 110 61 127 17
Binary 1000111 111011 101 0 10001 1011101 1001000 110001 1010111 1111

Color Harmonies of #473B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B05

Black with #473B05

Text Example


Text Example

White with #473B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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