#514303

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

Shades of Madras #514303

Tints of Madras #514303

Color information

#514303 (or 0x514303) is unknown color: approx Madras. HEX triplet: 51, 43 and 03. RGB value is (81,67,3). Sum of RGB (Red+Green+Blue) = 81+67+3=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #514303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514303 is #AEBCFC. Grayscale: #404040. Windows color (decimal): -11451645 or 213841. OLE color: 213841.

HSL color Cylindrical-coordinate representation of color #514303: hue angle of 49.23º 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 #514303 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB81673-
CMYK00.170.960.68
HSL49.23º92.86%16.47%-
HSV(B)49.23º96.3%31.76%-
XYZ5.425.770.91-
YUV63.8993.64140.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 67 (26.56% from 255) = 44.37%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=53.64%
G=44.37%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8167300.170.960.6849.2392.8616.47
Hex514330116044315d10
Octal12110330211401046113520
Binary101000110000111101000111000001000100110001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514303; }

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

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

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

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

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

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

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

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