Html Css Color HEX #897C52 Clay Creek

📋 copy color: '#897C52'

red 137 ◦ green 124 ◦ blue 82

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

Shades of Clay Creek #897C52

Tints of Clay Creek #897C52

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.15%

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

R = 39.94%
G = 36.15%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#897C52 (or 0x897C52) is known color: Clay Creek. HEX triplet: 89, 7C and 52. RGB value is (137,124,82). Sum of RGB (Red+Green+Blue) = 137+124+82=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #897C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C52 is #7683AD. Grayscale: #7B7B7B. Windows color (decimal): -7766958 or 5405833. OLE color: 5405833.

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

Color convert

RGB 137 124 82 -
CMYK 0 0.09 0.40 0.46
HSL 45.82º 0.25% 0.43% -
HSV(B) 45.82º 0.4% 0.54% -
XYZ 19.05 20.34 10.91 -
YUV 123.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 137 124 82 0 0.09 0.40 0.46 45.82 0.25 0.43
Hex 89 7C 52 0 9 28 2E 2E 19 2B
Octal 211 174 122 0 11 50 56 56 31 53
Binary 10001001 1111100 1010010 0 1001 101000 101110 101110 11001 101011

Color Harmonies of #897C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C52

Black with #897C52

Text Example


Text Example

White with #897C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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