#511A02

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

Shades of Brown Pod #511A02

Tints of Brown Pod #511A02

Color information

#511A02 (or 0x511A02) is unknown color: approx Brown Pod. HEX triplet: 51, 1A and 02. RGB value is (81,26,2). Sum of RGB (Red+Green+Blue) = 81+26+2=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #511A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A02 is #AEE5FD. Grayscale: #272727. Windows color (decimal): -11462142 or 137809. OLE color: 137809.

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

Color convert

RGB81262-
CMYK00.680.980.68
HSL18.23º95.18%16.27%-
HSV(B)18.23º97.53%31.76%-
XYZ3.772.490.34-
YUV39.71106.72157.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 74.31%
GREEN value IS 26 (10.55% from 255) = 23.85%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=74.31%
G=23.85%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8126200.680.980.6818.2395.1816.27
Hex511A20446244125f10
Octal12132201041421042213720
Binary10100011101010010001001100010100010010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511A02; }

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

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

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

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

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

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

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

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