#958249

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

Shades of Clay Creek #958249

Tints of Clay Creek #958249

Color information

#958249 (or 0x958249) is unknown color: approx Clay Creek. HEX triplet: 95, 82 and 49. RGB value is (149,130,73). Sum of RGB (Red+Green+Blue) = 149+130+73=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #958249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958249 is #6A7DB6. Grayscale: #818181. Windows color (decimal): -6978999 or 4817557. OLE color: 4817557.

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

Color convert

RGB14913073-
CMYK00.130.510.42
HSL45º34.23%43.53%-
HSV(B)45º51.01%58.43%-
XYZ21.5822.849.57-
YUV129.1896.29142.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=42.33%
G=36.93%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491307300.130.510.424534.2343.53
Hex9582490D332A2d222c
Octal2252021110156352554254
Binary1001010110000010100100101101110011101010101101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958249; }

 p { color: rgb(149,130,73); }

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

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

 a { background-color: rgb(149,130,73); }

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

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

 span { border-color: rgb(149,130,73); }

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