#948357

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

Shades of Clay Creek #948357

Tints of Clay Creek #948357

Color information

#948357 (or 0x948357) is unknown color: approx Clay Creek. HEX triplet: 94, 83 and 57. RGB value is (148,131,87). Sum of RGB (Red+Green+Blue) = 148+131+87=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #948357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948357 is #6B7CA8. Grayscale: #838383. Windows color (decimal): -7044265 or 5735316. OLE color: 5735316.

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

Color convert

RGB14813187-
CMYK00.110.410.42
HSL43.28º25.96%46.08%-
HSV(B)43.28º41.22%58.04%-
XYZ22.0523.2212.34-
YUV131.07103.13140.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 87 (34.38% from 255) = 23.77%
R=40.44%
G=35.79%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481318700.110.410.4243.2825.9646.08
Hex9483570B292A2b1a2e
Octal2242031270135152533256
Binary100101001000001110101110101110100110101010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948357; }

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

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

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

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

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

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

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

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