#514318

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

Shades of Madras #514318

Tints of Madras #514318

Color information

#514318 (or 0x514318) is unknown color: approx Madras. HEX triplet: 51, 43 and 18. RGB value is (81,67,24). Sum of RGB (Red+Green+Blue) = 81+67+24=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #514318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514318 is #AEBCE7. Grayscale: #424242. Windows color (decimal): -11451624 or 1590097. OLE color: 1590097.

HSL color Cylindrical-coordinate representation of color #514318: hue angle of 45.26º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #514318 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB816724-
CMYK00.170.700.68
HSL45.26º54.29%20.59%-
HSV(B)45.26º70.37%31.76%-
XYZ5.575.831.7-
YUV66.28104.14138.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 24 (9.77% from 255) = 13.95%
R=47.09%
G=38.95%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81672400.170.700.6845.2654.2920.59
Hex51431801146442d3615
Octal12110330021106104556625
Binary10100011000011110000100011000110100010010110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514318; }

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

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

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

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

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

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

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

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