Html Css Color HEX #988852 Clay Creek

📋 copy color: '#988852'

red 152 ◦ green 136 ◦ blue 82

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

Shades of Clay Creek #988852

Tints of Clay Creek #988852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.76%

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

R = 41.08%
G = 36.76%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#988852 (or 0x988852) is known color: Clay Creek. HEX triplet: 98, 88 and 52. RGB value is (152,136,82). Sum of RGB (Red+Green+Blue) = 152+136+82=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #988852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988852 is #6777AD. Grayscale: #868686. Windows color (decimal): -6780846 or 5408920. OLE color: 5408920.

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

Color convert

RGB 152 136 82 -
CMYK 0 0.11 0.46 0.40
HSL 46.29º 0.3% 0.46% -
HSV(B) 46.29º 0.46% 0.6% -
XYZ 23.28 24.89 11.56 -
YUV 134.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 152 136 82 0 0.11 0.46 0.40 46.29 0.3 0.46
Hex 98 88 52 0 B 2E 28 2E 1E 2E
Octal 230 210 122 0 13 56 50 56 36 56
Binary 10011000 10001000 1010010 0 1011 101110 101000 101110 11110 101110

Color Harmonies of #988852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988852

Black with #988852

Text Example


Text Example

White with #988852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988852; }

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

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

background-color css

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

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

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

border-color css

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

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

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