#807357

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

Shades of Pablo #807357

Tints of Pablo #807357

Color information

#807357 (or 0x807357) is unknown color: approx Pablo. HEX triplet: 80, 73 and 57. RGB value is (128,115,87). Sum of RGB (Red+Green+Blue) = 128+115+87=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #807357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807357 is #7F8CA8. Grayscale: #737373. Windows color (decimal): -8359081 or 5731200. OLE color: 5731200.

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

Color convert

RGB12811587-
CMYK00.100.320.50
HSL40.98º19.07%42.16%-
HSV(B)40.98º32.03%50.2%-
XYZ16.7517.5411.52-
YUV115.7111.81136.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=38.79%
G=34.85%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281158700.100.320.5040.9819.0742.16
Hex8073570A203229132a
Octal2001631270124062512352
Binary10000000111001110101110101010000011001010100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807357; }

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

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

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

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

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

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

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

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