Html Css Color HEX #857259 Cement

📋 copy color: '#857259'

red 133 ◦ green 114 ◦ blue 89

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

Shades of Cement #857259

Tints of Cement #857259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.49%

R = 39.58%
G = 33.93%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#857259 (or 0x857259) is known color: Cement. HEX triplet: 85, 72 and 59. RGB value is (133,114,89). Sum of RGB (Red+Green+Blue) = 133+114+89=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #857259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857259 is #7A8DA6. Grayscale: #747474. Windows color (decimal): -8031655 or 5862021. OLE color: 5862021.

HSL color Cylindrical-coordinate representation of color #857259: hue angle of 34.09º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #857259 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 114 89 -
CMYK 0 0.14 0.33 0.48
HSL 34.09º 0.2% 0.44% -
HSV(B) 34.09º 0.33% 0.52% -
XYZ 17.49 17.74 11.95 -
YUV 116.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 133 114 89 0 0.14 0.33 0.48 34.09 0.2 0.44
Hex 85 72 59 0 E 21 30 22 14 2C
Octal 205 162 131 0 16 41 60 42 24 54
Binary 10000101 1110010 1011001 0 1110 100001 110000 100010 10100 101100

Color Harmonies of #857259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857259

Black with #857259

Text Example


Text Example

White with #857259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857259; }

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

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

background-color css

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

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

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

border-color css

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

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

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