Html Css Color HEX #898752 Clay Creek

📋 copy color: '#898752'

red 137 ◦ green 135 ◦ blue 82

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

Shades of Clay Creek #898752

Tints of Clay Creek #898752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.14%

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

R = 38.7%
G = 38.14%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#898752 (or 0x898752) is known color: Clay Creek. HEX triplet: 89, 87 and 52. RGB value is (137,135,82). Sum of RGB (Red+Green+Blue) = 137+135+82=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #898752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898752 is #7678AD. Grayscale: #818181. Windows color (decimal): -7764142 or 5408649. OLE color: 5408649.

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

Color convert

RGB 137 135 82 -
CMYK 0 0.01 0.40 0.46
HSL 57.82º 0.25% 0.43% -
HSV(B) 57.82º 0.4% 0.54% -
XYZ 20.5 23.26 11.39 -
YUV 129.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 137 135 82 0 0.01 0.40 0.46 57.82 0.25 0.43
Hex 89 87 52 0 1 28 2E 3A 19 2B
Octal 211 207 122 0 1 50 56 72 31 53
Binary 10001001 10000111 1010010 0 1 101000 101110 111010 11001 101011

Color Harmonies of #898752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898752

Black with #898752

Text Example


Text Example

White with #898752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898752; }

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

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

background-color css

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

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

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

border-color css

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

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

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