Html Css Color HEX #856F58 Cement

📋 copy color: '#856F58'

red 133 ◦ green 111 ◦ blue 88

#856F58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cement #856F58

Tints of Cement #856F58

RGB

 RED value IS 133 (52.34% from 255) = 40.06%

 GREEN value IS 111 (43.75% from 255) = 33.43%

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 40.06%
G = 33.43%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#856F58 (or 0x856F58) is known color: Cement. HEX triplet: 85, 6F and 58. RGB value is (133,111,88). Sum of RGB (Red+Green+Blue) = 133+111+88=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #856F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F58 is #7A90A7. Grayscale: #737373. Windows color (decimal): -8032424 or 5795717. OLE color: 5795717.

HSL color Cylindrical-coordinate representation of color #856F58: hue angle of 30.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #856F58 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 111 88 -
CMYK 0 0.17 0.34 0.48
HSL 30.67º 0.2% 0.43% -
HSV(B) 30.67º 0.34% 0.52% -
XYZ 17.12 17.06 11.62 -
YUV 114.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 133 111 88 0 0.17 0.34 0.48 30.67 0.2 0.43
Hex 85 6F 58 0 11 22 30 1F 14 2B
Octal 205 157 130 0 21 42 60 37 24 53
Binary 10000101 1101111 1011000 0 10001 100010 110000 11111 10100 101011

Color Harmonies of #856F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F58

Black with #856F58

Text Example


Text Example

White with #856F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856F58; }

 p { color: rgb(133,111,88); }

 H1.HeaderClassName
 {
   color: #856F58;
 }
 .AnyTagClassName
 {
   color: #856F58;
 }
</style>

background-color css

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

 a { background-color: rgb(133,111,88); }

 div.DivClassName
 {
   background-color: #856F58;
 }
 .BgClassName
 {
   background-color: #856F58;
 }
</style>

border-color css

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

 span { border-color: rgb(133,111,88); }

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