Html Css Color HEX #988C52 Clay Creek

📋 copy color: '#988C52'

red 152 ◦ green 140 ◦ blue 82

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

Shades of Clay Creek #988C52

Tints of Clay Creek #988C52

RGB

 RED value IS 152 (59.77% from 255) = 40.64%

 GREEN value IS 140 (55.08% from 255) = 37.43%

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

R = 40.64%
G = 37.43%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#988C52 (or 0x988C52) is known color: Clay Creek. HEX triplet: 98, 8C and 52. RGB value is (152,140,82). Sum of RGB (Red+Green+Blue) = 152+140+82=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #988C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C52 is #6773AD. Grayscale: #898989. Windows color (decimal): -6779822 or 5409944. OLE color: 5409944.

HSL color Cylindrical-coordinate representation of color #988C52: hue angle of 49.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #988C52 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 140 82 -
CMYK 0 0.08 0.46 0.40
HSL 49.71º 0.3% 0.46% -
HSV(B) 49.71º 0.46% 0.6% -
XYZ 23.85 26.04 11.75 -
YUV 136.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 152 140 82 0 0.08 0.46 0.40 49.71 0.3 0.46
Hex 98 8C 52 0 8 2E 28 32 1E 2E
Octal 230 214 122 0 10 56 50 62 36 56
Binary 10011000 10001100 1010010 0 1000 101110 101000 110010 11110 101110

Color Harmonies of #988C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C52

Black with #988C52

Text Example


Text Example

White with #988C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,140,82); }

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

background-color css

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

 a { background-color: rgb(152,140,82); }

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

border-color css

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

 span { border-color: rgb(152,140,82); }

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