#807655

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

Shades of Pablo #807655

Tints of Pablo #807655

Color information

#807655 (or 0x807655) is unknown color: approx Pablo. HEX triplet: 80, 76 and 55. RGB value is (128,118,85). Sum of RGB (Red+Green+Blue) = 128+118+85=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #807655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807655 is #7F89AA. Grayscale: #757575. Windows color (decimal): -8358315 or 5600896. OLE color: 5600896.

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

Color convert

RGB12811885-
CMYK00.080.340.50
HSL46.05º20.19%41.76%-
HSV(B)46.05º33.59%50.2%-
XYZ17.0218.211.21-
YUV117.23109.81135.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=38.67%
G=35.65%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281188500.080.340.5046.0520.1941.76
Hex8076550822322e142a
Octal2001661250104262562452
Binary10000000111011010101010100010001011001010111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807655; }

 p { color: rgb(128,118,85); }

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

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

 a { background-color: rgb(128,118,85); }

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

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

 span { border-color: rgb(128,118,85); }

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