#807556

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

Shades of Pablo #807556

Tints of Pablo #807556

Color information

#807556 (or 0x807556) is unknown color: approx Pablo. HEX triplet: 80, 75 and 56. RGB value is (128,117,86). Sum of RGB (Red+Green+Blue) = 128+117+86=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #807556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807556 is #7F8AA9. Grayscale: #747474. Windows color (decimal): -8358570 or 5666176. OLE color: 5666176.

HSL color Cylindrical-coordinate representation of color #807556: hue angle of 44.29º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #807556 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB12811786-
CMYK00.090.330.50
HSL44.29º19.63%41.96%-
HSV(B)44.29º32.81%50.2%-
XYZ16.9417.9811.38-
YUV116.76110.64136.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=38.67%
G=35.35%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281178600.090.330.5044.2919.6341.96
Hex8075560921322c142a
Octal2001651260114162542452
Binary10000000111010110101100100110000111001010110010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807556; }

 p { color: rgb(128,117,86); }

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

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

 a { background-color: rgb(128,117,86); }

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

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

 span { border-color: rgb(128,117,86); }

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