Html Css Color HEX #473900 Madras

📋 copy color: '#473900'

red 71 ◦ green 57 ◦ blue 0

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

Shades of Madras #473900

Tints of Madras #473900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.53%

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

R = 55.47%
G = 44.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#473900 (or 0x473900) is known color: Madras. HEX triplet: 47, 39 and 00. RGB value is (71,57,0). Sum of RGB (Red+Green+Blue) = 71+57+0=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #473900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473900 is #B8C6FF. Grayscale: #363636. Windows color (decimal): -12109568 or 14663. OLE color: 14663.

HSL color Cylindrical-coordinate representation of color #473900: hue angle of 48.17º 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 #473900 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 57 0 -
CMYK 0 0.20 1 0.72
HSL 48.17º 1% 0.14% -
HSV(B) 48.17º 1% 0.28% -
XYZ 4.06 4.27 0.61 -
YUV 54.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 71 57 0 0 0.20 1 0.72 48.17 1 0.14
Hex 47 39 0 0 14 64 48 30 64 E
Octal 107 71 0 0 24 144 110 60 144 16
Binary 1000111 111001 0 0 10100 1100100 1001000 110000 1100100 1110

Color Harmonies of #473900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473900

Black with #473900

Text Example


Text Example

White with #473900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473900; }

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

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

background-color css

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

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

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

border-color css

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

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

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