#948359

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

Shades of Clay Creek #948359

Tints of Clay Creek #948359

Color information

#948359 (or 0x948359) is unknown color: approx Clay Creek. HEX triplet: 94, 83 and 59. RGB value is (148,131,89). Sum of RGB (Red+Green+Blue) = 148+131+89=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #948359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948359 is #6B7CA6. Grayscale: #838383. Windows color (decimal): -7044263 or 5866388. OLE color: 5866388.

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

Color convert

RGB14813189-
CMYK00.110.400.42
HSL42.71º24.89%46.47%-
HSV(B)42.71º39.86%58.04%-
XYZ22.1323.2512.77-
YUV131.29104.13139.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 89 (35.16% from 255) = 24.18%
R=40.22%
G=35.60%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481318900.110.400.4242.7124.8946.47
Hex9483590B282A2b192e
Octal2242031310135052533156
Binary100101001000001110110010101110100010101010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948359; }

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

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

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

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

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

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

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

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