Html Css Color HEX #897952 Clay Creek

📋 copy color: '#897952'

red 137 ◦ green 121 ◦ blue 82

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

Shades of Clay Creek #897952

Tints of Clay Creek #897952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.59%

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

R = 40.29%
G = 35.59%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#897952 (or 0x897952) is known color: Clay Creek. HEX triplet: 89, 79 and 52. RGB value is (137,121,82). Sum of RGB (Red+Green+Blue) = 137+121+82=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #897952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897952 is #7686AD. Grayscale: #797979. Windows color (decimal): -7767726 or 5405065. OLE color: 5405065.

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

Color convert

RGB 137 121 82 -
CMYK 0 0.12 0.40 0.46
HSL 42.55º 0.25% 0.43% -
HSV(B) 42.55º 0.4% 0.54% -
XYZ 18.68 19.6 10.78 -
YUV 121.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 137 121 82 0 0.12 0.40 0.46 42.55 0.25 0.43
Hex 89 79 52 0 C 28 2E 2B 19 2B
Octal 211 171 122 0 14 50 56 53 31 53
Binary 10001001 1111001 1010010 0 1100 101000 101110 101011 11001 101011

Color Harmonies of #897952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897952

Black with #897952

Text Example


Text Example

White with #897952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897952; }

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

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

background-color css

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

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

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

border-color css

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

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

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