#948753

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

Shades of Clay Creek #948753

Tints of Clay Creek #948753

Color information

#948753 (or 0x948753) is unknown color: approx Clay Creek. HEX triplet: 94, 87 and 53. RGB value is (148,135,83). Sum of RGB (Red+Green+Blue) = 148+135+83=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #948753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948753 is #6B78AC. Grayscale: #858585. Windows color (decimal): -7043245 or 5474196. OLE color: 5474196.

HSL color Cylindrical-coordinate representation of color #948753: hue angle of 48º 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 #948753 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14813583-
CMYK00.090.440.42
HSL48º28.14%45.29%-
HSV(B)48º43.92%58.04%-
XYZ22.4424.2511.68-
YUV132.9699.81138.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 83 (32.81% from 255) = 22.68%
R=40.44%
G=36.89%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481358300.090.440.424828.1445.29
Hex948753092C2A301c2d
Octal2242071230115452603455
Binary100101001000011110100110100110110010101011000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948753; }

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

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

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

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

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

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

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

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