Html Css Color HEX #473600 Madras

📋 copy color: '#473600'

red 71 ◦ green 54 ◦ blue 0

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

Shades of Madras #473600

Tints of Madras #473600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.8%
G = 43.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#473600 (or 0x473600) is known color: Madras. HEX triplet: 47, 36 and 00. RGB value is (71,54,0). Sum of RGB (Red+Green+Blue) = 71+54+0=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #473600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473600 is #B8C9FF. Grayscale: #353535. Windows color (decimal): -12110336 or 13895. OLE color: 13895.

HSL color Cylindrical-coordinate representation of color #473600: hue angle of 45.63º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #473600 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 54 0 -
CMYK 0 0.24 1 0.72
HSL 45.63º 1% 0.14% -
HSV(B) 45.63º 1% 0.28% -
XYZ 3.92 3.98 0.56 -
YUV 52.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 71 54 0 0 0.24 1 0.72 45.63 1 0.14
Hex 47 36 0 0 18 64 48 2E 64 E
Octal 107 66 0 0 30 144 110 56 144 16
Binary 1000111 110110 0 0 11000 1100100 1001000 101110 1100100 1110

Color Harmonies of #473600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473600

Black with #473600

Text Example


Text Example

White with #473600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473600; }

 p { color: rgb(71,54,0); }

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

background-color css

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

 a { background-color: rgb(71,54,0); }

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

border-color css

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

 span { border-color: rgb(71,54,0); }

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