Html Css Color HEX #897252 Cement

📋 copy color: '#897252'

red 137 ◦ green 114 ◦ blue 82

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

Shades of Cement #897252

Tints of Cement #897252

RGB

 RED value IS 137 (53.91% from 255) = 41.14%

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

 BLUE value IS 82 (32.42% from 255) = 24.62%

R = 41.14%
G = 34.23%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#897252 (or 0x897252) is known color: Cement. HEX triplet: 89, 72 and 52. RGB value is (137,114,82). Sum of RGB (Red+Green+Blue) = 137+114+82=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #897252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897252 is #768DAD. Grayscale: #757575. Windows color (decimal): -7769518 or 5403273. OLE color: 5403273.

HSL color Cylindrical-coordinate representation of color #897252: hue angle of 34.91º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #897252 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 114 82 -
CMYK 0 0.17 0.40 0.46
HSL 34.91º 0.25% 0.43% -
HSV(B) 34.91º 0.4% 0.54% -
XYZ 17.86 17.96 10.51 -
YUV 117.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 137 114 82 0 0.17 0.40 0.46 34.91 0.25 0.43
Hex 89 72 52 0 11 28 2E 23 19 2B
Octal 211 162 122 0 21 50 56 43 31 53
Binary 10001001 1110010 1010010 0 10001 101000 101110 100011 11001 101011

Color Harmonies of #897252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897252

Black with #897252

Text Example


Text Example

White with #897252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897252; }

 p { color: rgb(137,114,82); }

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

background-color css

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

 a { background-color: rgb(137,114,82); }

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

border-color css

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

 span { border-color: rgb(137,114,82); }

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