Html Css Color HEX #857258 Cement

📋 copy color: '#857258'

red 133 ◦ green 114 ◦ blue 88

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

Shades of Cement #857258

Tints of Cement #857258

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.03%

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

R = 39.7%
G = 34.03%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#857258 (or 0x857258) is known color: Cement. HEX triplet: 85, 72 and 58. RGB value is (133,114,88). Sum of RGB (Red+Green+Blue) = 133+114+88=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #857258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857258 is #7A8DA7. Grayscale: #747474. Windows color (decimal): -8031656 or 5796485. OLE color: 5796485.

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

Color convert

RGB 133 114 88 -
CMYK 0 0.14 0.34 0.48
HSL 34.67º 0.2% 0.43% -
HSV(B) 34.67º 0.34% 0.52% -
XYZ 17.45 17.73 11.73 -
YUV 116.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 133 114 88 0 0.14 0.34 0.48 34.67 0.2 0.43
Hex 85 72 58 0 E 22 30 23 14 2B
Octal 205 162 130 0 16 42 60 43 24 53
Binary 10000101 1110010 1011000 0 1110 100010 110000 100011 10100 101011

Color Harmonies of #857258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857258

Black with #857258

Text Example


Text Example

White with #857258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857258; }

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

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

background-color css

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

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

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

border-color css

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

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

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