#514102

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

Shades of Madras #514102

Tints of Madras #514102

Color information

#514102 (or 0x514102) is unknown color: approx Madras. HEX triplet: 51, 41 and 02. RGB value is (81,65,2). Sum of RGB (Red+Green+Blue) = 81+65+2=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #514102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514102 is #AEBEFD. Grayscale: #3E3E3E. Windows color (decimal): -11452158 or 147793. OLE color: 147793.

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

Color convert

RGB81652-
CMYK00.200.980.68
HSL47.85º95.18%16.27%-
HSV(B)47.85º97.53%31.76%-
XYZ5.295.530.85-
YUV62.693.8141.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=54.73%
G=43.92%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8165200.200.980.6847.8595.1816.27
Hex514120146244305f10
Octal12110120241421046013720
Binary101000110000011001010011000101000100110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514102; }

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

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

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

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

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

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

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

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