Html Css Color HEX #978952 Clay Creek

📋 copy color: '#978952'

red 151 ◦ green 137 ◦ blue 82

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

Shades of Clay Creek #978952

Tints of Clay Creek #978952

RGB

 RED value IS 151 (59.38% from 255) = 40.81%

 GREEN value IS 137 (53.91% from 255) = 37.03%

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

R = 40.81%
G = 37.03%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#978952 (or 0x978952) is known color: Clay Creek. HEX triplet: 97, 89 and 52. RGB value is (151,137,82). Sum of RGB (Red+Green+Blue) = 151+137+82=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #978952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978952 is #6876AD. Grayscale: #878787. Windows color (decimal): -6846126 or 5409175. OLE color: 5409175.

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

Color convert

RGB 151 137 82 -
CMYK 0 0.09 0.46 0.41
HSL 47.83º 0.3% 0.46% -
HSV(B) 47.83º 0.46% 0.59% -
XYZ 23.23 25.08 11.6 -
YUV 134.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 151 137 82 0 0.09 0.46 0.41 47.83 0.3 0.46
Hex 97 89 52 0 9 2E 29 30 1E 2E
Octal 227 211 122 0 11 56 51 60 36 56
Binary 10010111 10001001 1010010 0 1001 101110 101001 110000 11110 101110

Color Harmonies of #978952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978952

Black with #978952

Text Example


Text Example

White with #978952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978952; }

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

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

background-color css

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

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

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

border-color css

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

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

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