Html Css Color HEX #857058 Cement

📋 copy color: '#857058'

red 133 ◦ green 112 ◦ blue 88

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

Shades of Cement #857058

Tints of Cement #857058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.63%

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

R = 39.94%
G = 33.63%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#857058 (or 0x857058) is known color: Cement. HEX triplet: 85, 70 and 58. RGB value is (133,112,88). Sum of RGB (Red+Green+Blue) = 133+112+88=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #857058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857058 is #7A8FA7. Grayscale: #737373. Windows color (decimal): -8032168 or 5795973. OLE color: 5795973.

HSL color Cylindrical-coordinate representation of color #857058: hue angle of 32º 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 #857058 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 88 -
CMYK 0 0.16 0.34 0.48
HSL 32º 0.2% 0.43% -
HSV(B) 32º 0.34% 0.52% -
XYZ 17.23 17.28 11.66 -
YUV 115.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 133 112 88 0 0.16 0.34 0.48 32 0.2 0.43
Hex 85 70 58 0 10 22 30 20 14 2B
Octal 205 160 130 0 20 42 60 40 24 53
Binary 10000101 1110000 1011000 0 10000 100010 110000 100000 10100 101011

Color Harmonies of #857058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857058

Black with #857058

Text Example


Text Example

White with #857058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857058; }

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

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

background-color css

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

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

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

border-color css

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

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

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