#514203

Color #514203 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #514203

Tints of Madras #514203

Color information

#514203 (or 0x514203) is unknown color: approx Madras. HEX triplet: 51, 42 and 03. RGB value is (81,66,3). Sum of RGB (Red+Green+Blue) = 81+66+3=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #514203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514203 is #AEBDFC. Grayscale: #3F3F3F. Windows color (decimal): -11451901 or 213585. OLE color: 213585.

HSL color Cylindrical-coordinate representation of color #514203: hue angle of 48.46º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #514203 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB81663-
CMYK00.190.960.68
HSL48.46º92.86%16.47%-
HSV(B)48.46º96.3%31.76%-
XYZ5.365.650.89-
YUV63.393.97140.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 3 (1.56% from 255) = 2%
R=54%
G=44%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8166300.190.960.6848.4692.8616.47
Hex514230136044305d10
Octal12110230231401046013520
Binary101000110000101101001111000001000100110000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514203; }

 p { color: rgb(81,66,3); }

 H1.HeaderClassName
 {
   color: #514203;
 }
 .AnyTagClassName
 {
   color: #514203;
 }
</style>
background-color css

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

 a { background-color: rgb(81,66,3); }

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

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

 span { border-color: rgb(81,66,3); }

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