#867357

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

Shades of Cement #867357

Tints of Cement #867357

Color information

#867357 (or 0x867357) is unknown color: approx Cement. HEX triplet: 86, 73 and 57. RGB value is (134,115,87). Sum of RGB (Red+Green+Blue) = 134+115+87=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #867357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867357 is #798CA8. Grayscale: #757575. Windows color (decimal): -7965865 or 5731206. OLE color: 5731206.

HSL color Cylindrical-coordinate representation of color #867357: hue angle of 35.74º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #867357 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB13411587-
CMYK00.140.350.47
HSL35.74º21.27%43.33%-
HSV(B)35.74º35.07%52.55%-
XYZ17.6818.0211.56-
YUV117.49110.79139.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 87 (34.38% from 255) = 25.89%
R=39.88%
G=34.23%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341158700.140.350.4735.7421.2743.33
Hex8673570E232F24152b
Octal2061631270164357442553
Binary10000110111001110101110111010001110111110010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867357; }

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

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

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

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

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

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

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

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