Html Css Color HEX #897A48 Clay Creek

📋 copy color: '#897A48'

red 137 ◦ green 122 ◦ blue 72

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

Shades of Clay Creek #897A48

Tints of Clay Creek #897A48

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.86%

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 41.39%
G = 36.86%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#897A48 (or 0x897A48) is known color: Clay Creek. HEX triplet: 89, 7A and 48. RGB value is (137,122,72). Sum of RGB (Red+Green+Blue) = 137+122+72=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #897A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897A48 is #7685B7. Grayscale: #787878. Windows color (decimal): -7767480 or 4749961. OLE color: 4749961.

HSL color Cylindrical-coordinate representation of color #897A48: hue angle of 46.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #897A48 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 122 72 -
CMYK 0 0.11 0.47 0.46
HSL 46.15º 0.31% 0.41% -
HSV(B) 46.15º 0.47% 0.54% -
XYZ 18.45 19.71 8.96 -
YUV 120.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 137 122 72 0 0.11 0.47 0.46 46.15 0.31 0.41
Hex 89 7A 48 0 B 2F 2E 2E 1F 29
Octal 211 172 110 0 13 57 56 56 37 51
Binary 10001001 1111010 1001000 0 1011 101111 101110 101110 11111 101001

Color Harmonies of #897A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897A48

Black with #897A48

Text Example


Text Example

White with #897A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,122,72); }

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

background-color css

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

 a { background-color: rgb(137,122,72); }

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

border-color css

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

 span { border-color: rgb(137,122,72); }

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