Html Css Color HEX #896C52 Cement

📋 copy color: '#896C52'

red 137 ◦ green 108 ◦ blue 82

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

Shades of Cement #896C52

Tints of Cement #896C52

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.03%

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

R = 41.9%
G = 33.03%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#896C52 (or 0x896C52) is known color: Cement. HEX triplet: 89, 6C and 52. RGB value is (137,108,82). Sum of RGB (Red+Green+Blue) = 137+108+82=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #896C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C52 is #7693AD. Grayscale: #717171. Windows color (decimal): -7771054 or 5401737. OLE color: 5401737.

HSL color Cylindrical-coordinate representation of color #896C52: hue angle of 28.36º 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 #896C52 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 108 82 -
CMYK 0 0.21 0.40 0.46
HSL 28.36º 0.25% 0.43% -
HSV(B) 28.36º 0.4% 0.54% -
XYZ 17.2 16.65 10.29 -
YUV 113.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 137 108 82 0 0.21 0.40 0.46 28.36 0.25 0.43
Hex 89 6C 52 0 15 28 2E 1C 19 2B
Octal 211 154 122 0 25 50 56 34 31 53
Binary 10001001 1101100 1010010 0 10101 101000 101110 11100 11001 101011

Color Harmonies of #896C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C52

Black with #896C52

Text Example


Text Example

White with #896C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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