Html Css Color HEX #988750 Clay Creek

📋 copy color: '#988750'

red 152 ◦ green 135 ◦ blue 80

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

Shades of Clay Creek #988750

Tints of Clay Creek #988750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.8%

R = 41.42%
G = 36.78%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#988750 (or 0x988750) is known color: Clay Creek. HEX triplet: 98, 87 and 50. RGB value is (152,135,80). Sum of RGB (Red+Green+Blue) = 152+135+80=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #988750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988750 is #6778AF. Grayscale: #868686. Windows color (decimal): -6781104 or 5277592. OLE color: 5277592.

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

Color convert

RGB 152 135 80 -
CMYK 0 0.11 0.47 0.40
HSL 45.83º 0.31% 0.45% -
HSV(B) 45.83º 0.47% 0.6% -
XYZ 23.06 24.58 11.12 -
YUV 133.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 152 135 80 0 0.11 0.47 0.40 45.83 0.31 0.45
Hex 98 87 50 0 B 2F 28 2E 1F 2D
Octal 230 207 120 0 13 57 50 56 37 55
Binary 10011000 10000111 1010000 0 1011 101111 101000 101110 11111 101101

Color Harmonies of #988750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988750

Black with #988750

Text Example


Text Example

White with #988750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988750; }

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

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

background-color css

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

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

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

border-color css

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

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

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