#514702

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

Shades of Madras #514702

Tints of Madras #514702

Color information

#514702 (or 0x514702) is unknown color: approx Madras. HEX triplet: 51, 47 and 02. RGB value is (81,71,2). Sum of RGB (Red+Green+Blue) = 81+71+2=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #514702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514702 is #AEB8FD. Grayscale: #424242. Windows color (decimal): -11450622 or 149329. OLE color: 149329.

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

Color convert

RGB81712-
CMYK00.120.980.68
HSL52.41º95.18%16.27%-
HSV(B)52.41º97.53%31.76%-
XYZ5.666.260.97-
YUV66.1291.81138.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=52.60%
G=46.10%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8171200.120.980.6852.4195.1816.27
Hex514720C6244345f10
Octal12110720141421046413720
Binary10100011000111100110011000101000100110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514702; }

 p { color: rgb(81,71,2); }

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

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

 a { background-color: rgb(81,71,2); }

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

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

 span { border-color: rgb(81,71,2); }

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