#978A52

Color #978A52 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #978A52

Tints of Clay Creek #978A52

Color information

#978A52 (or 0x978A52) is unknown color: approx Clay Creek. HEX triplet: 97, 8A and 52. RGB value is (151,138,82). Sum of RGB (Red+Green+Blue) = 151+138+82=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #978A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A52 is #6875AD. Grayscale: #878787. Windows color (decimal): -6845870 or 5409431. OLE color: 5409431.

HSL color Cylindrical-coordinate representation of color #978A52: hue angle of 48.7º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #978A52 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB15113882-
CMYK00.090.460.41
HSL48.7º29.61%45.69%-
HSV(B)48.7º45.7%59.22%-
XYZ23.3725.3711.65-
YUV135.597.81139.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=40.70%
G=37.20%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511388200.090.460.4148.729.6145.69
Hex978A52092E29311e2e
Octal2272121220115651613656
Binary100101111000101010100100100110111010100111000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978A52; }

 p { color: rgb(151,138,82); }

 H1.HeaderClassName
 {
   color: #978A52;
 }
 .AnyTagClassName
 {
   color: #978A52;
 }
</style>
background-color css

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

 a { background-color: rgb(151,138,82); }

 div.DivClassName
 {
   background-color: #978A52;
 }
 .BgClassName
 {
   background-color: #978A52;
 }
</style>
border-color css

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

 span { border-color: rgb(151,138,82); }

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