Html Css Color HEX #988753 Clay Creek

📋 copy color: '#988753'

red 152 ◦ green 135 ◦ blue 83

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

Shades of Clay Creek #988753

Tints of Clay Creek #988753

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

 BLUE value IS 83 (32.81% from 255) = 22.43%

R = 41.08%
G = 36.49%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#988753 (or 0x988753) is known color: Clay Creek. HEX triplet: 98, 87 and 53. RGB value is (152,135,83). Sum of RGB (Red+Green+Blue) = 152+135+83=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #988753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988753 is #6778AC. Grayscale: #868686. Windows color (decimal): -6781101 or 5474200. OLE color: 5474200.

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

Color convert

RGB 152 135 83 -
CMYK 0 0.11 0.45 0.40
HSL 45.22º 0.29% 0.46% -
HSV(B) 45.22º 0.45% 0.6% -
XYZ 23.17 24.63 11.72 -
YUV 134.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 152 135 83 0 0.11 0.45 0.40 45.22 0.29 0.46
Hex 98 87 53 0 B 2D 28 2D 1D 2E
Octal 230 207 123 0 13 55 50 55 35 56
Binary 10011000 10000111 1010011 0 1011 101101 101000 101101 11101 101110

Color Harmonies of #988753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988753

Black with #988753

Text Example


Text Example

White with #988753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988753; }

 p { color: rgb(152,135,83); }

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

background-color css

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

 a { background-color: rgb(152,135,83); }

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

border-color css

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

 span { border-color: rgb(152,135,83); }

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