Html Css Color HEX #948750 Clay Creek

📋 copy color: '#948750'

red 148 ◦ green 135 ◦ blue 80

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

Shades of Clay Creek #948750

Tints of Clay Creek #948750

RGB

 RED value IS 148 (58.2% from 255) = 40.77%

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

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

R = 40.77%
G = 37.19%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#948750 (or 0x948750) is known color: Clay Creek. HEX triplet: 94, 87 and 50. RGB value is (148,135,80). Sum of RGB (Red+Green+Blue) = 148+135+80=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #948750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948750 is #6B78AF. Grayscale: #848484. Windows color (decimal): -7043248 or 5277588. OLE color: 5277588.

HSL color Cylindrical-coordinate representation of color #948750: hue angle of 48.53º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #948750 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 135 80 -
CMYK 0 0.09 0.46 0.42
HSL 48.53º 0.3% 0.45% -
HSV(B) 48.53º 0.46% 0.58% -
XYZ 22.32 24.2 11.08 -
YUV 132.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 148 135 80 0 0.09 0.46 0.42 48.53 0.3 0.45
Hex 94 87 50 0 9 2E 2A 31 1E 2D
Octal 224 207 120 0 11 56 52 61 36 55
Binary 10010100 10000111 1010000 0 1001 101110 101010 110001 11110 101101

Color Harmonies of #948750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948750

Black with #948750

Text Example


Text Example

White with #948750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948750; }

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

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

background-color css

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

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

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

border-color css

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

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

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