#807356

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

Shades of Pablo #807356

Tints of Pablo #807356

Color information

#807356 (or 0x807356) is unknown color: approx Pablo. HEX triplet: 80, 73 and 56. RGB value is (128,115,86). Sum of RGB (Red+Green+Blue) = 128+115+86=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #807356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807356 is #7F8CA9. Grayscale: #737373. Windows color (decimal): -8359082 or 5665664. OLE color: 5665664.

HSL color Cylindrical-coordinate representation of color #807356: hue angle of 41.43º 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 #807356 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB12811586-
CMYK00.100.330.50
HSL41.43º19.63%41.96%-
HSV(B)41.43º32.81%50.2%-
XYZ16.7117.5211.31-
YUV115.58111.31136.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=38.91%
G=34.95%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281158600.100.330.5041.4319.6341.96
Hex8073560A213229142a
Octal2001631260124162512452
Binary10000000111001110101100101010000111001010100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807356; }

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

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

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

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

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

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

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

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