#948353

Color #948353 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #948353

Tints of Clay Creek #948353

Color information

#948353 (or 0x948353) is unknown color: approx Clay Creek. HEX triplet: 94, 83 and 53. RGB value is (148,131,83). Sum of RGB (Red+Green+Blue) = 148+131+83=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #948353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948353 is #6B7CAC. Grayscale: #828282. Windows color (decimal): -7044269 or 5473172. OLE color: 5473172.

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

Color convert

RGB14813183-
CMYK00.110.440.42
HSL44.31º28.14%45.29%-
HSV(B)44.31º43.92%58.04%-
XYZ21.8923.1511.5-
YUV130.61101.13140.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 83 (32.81% from 255) = 22.93%
R=40.88%
G=36.19%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481318300.110.440.4244.3128.1445.29
Hex9483530B2C2A2c1c2d
Octal2242031230135452543455
Binary100101001000001110100110101110110010101010110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948353; }

 p { color: rgb(148,131,83); }

 H1.HeaderClassName
 {
   color: #948353;
 }
 .AnyTagClassName
 {
   color: #948353;
 }
</style>
background-color css

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

 a { background-color: rgb(148,131,83); }

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

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

 span { border-color: rgb(148,131,83); }

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