#511703

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

Shades of Brown Pod #511703

Tints of Brown Pod #511703

Color information

#511703 (or 0x511703) is unknown color: approx Brown Pod. HEX triplet: 51, 17 and 03. RGB value is (81,23,3). Sum of RGB (Red+Green+Blue) = 81+23+3=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #511703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511703 is #AEE8FC. Grayscale: #262626. Windows color (decimal): -11462909 or 202577. OLE color: 202577.

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

Color convert

RGB81233-
CMYK00.720.960.68
HSL15.38º92.86%16.47%-
HSV(B)15.38º96.3%31.76%-
XYZ3.722.370.35-
YUV38.06108.22158.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 75.70%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=75.70%
G=21.50%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8123300.720.960.6815.3892.8616.47
Hex511730486044f5d10
Octal12127301101401041713520
Binary1010001101111101001000110000010001001111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511703; }

 p { color: rgb(81,23,3); }

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

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

 a { background-color: rgb(81,23,3); }

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

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

 span { border-color: rgb(81,23,3); }

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