Html Css Color HEX #897C45 Clay Creek

📋 copy color: '#897C45'

red 137 ◦ green 124 ◦ blue 69

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

Shades of Clay Creek #897C45

Tints of Clay Creek #897C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.91%

R = 41.52%
G = 37.58%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#897C45 (or 0x897C45) is known color: Clay Creek. HEX triplet: 89, 7C and 45. RGB value is (137,124,69). Sum of RGB (Red+Green+Blue) = 137+124+69=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #897C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897C45 is #7683BA. Grayscale: #797979. Windows color (decimal): -7766971 or 4553865. OLE color: 4553865.

HSL color Cylindrical-coordinate representation of color #897C45: hue angle of 48.53º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #897C45 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 124 69 -
CMYK 0 0.09 0.50 0.46
HSL 48.53º 0.33% 0.4% -
HSV(B) 48.53º 0.5% 0.54% -
XYZ 18.6 20.16 8.54 -
YUV 121.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 137 124 69 0 0.09 0.50 0.46 48.53 0.33 0.4
Hex 89 7C 45 0 9 32 2E 31 21 28
Octal 211 174 105 0 11 62 56 61 41 50
Binary 10001001 1111100 1000101 0 1001 110010 101110 110001 100001 101000

Color Harmonies of #897C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C45

Black with #897C45

Text Example


Text Example

White with #897C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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