#511402

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

Shades of Brown Pod #511402

Tints of Brown Pod #511402

Color information

#511402 (or 0x511402) is unknown color: approx Brown Pod. HEX triplet: 51, 14 and 02. RGB value is (81,20,2). Sum of RGB (Red+Green+Blue) = 81+20+2=103 (13% of max value = 765). Red value is 81 (32.03% from 255 or 78.64% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 81 - color contains mainly: red. Hex color #511402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511402 is #AEEBFD. Grayscale: #242424. Windows color (decimal): -11463678 or 136273. OLE color: 136273.

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

Color convert

RGB81202-
CMYK00.750.980.68
HSL13.67º95.18%16.27%-
HSV(B)13.67º97.53%31.76%-
XYZ3.652.250.3-
YUV36.19108.71159.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 78.64%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=78.64%
G=19.42%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8120200.750.980.6813.6795.1816.27
Hex5114204B6244e5f10
Octal12124201131421041613720
Binary1010001101001001001011110001010001001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511402; }

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

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

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

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

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

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

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

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