#958251

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

Shades of Clay Creek #958251

Tints of Clay Creek #958251

Color information

#958251 (or 0x958251) is unknown color: approx Clay Creek. HEX triplet: 95, 82 and 51. RGB value is (149,130,81). Sum of RGB (Red+Green+Blue) = 149+130+81=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #958251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958251 is #6A7DAE. Grayscale: #828282. Windows color (decimal): -6978991 or 5341845. OLE color: 5341845.

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

Color convert

RGB14913081-
CMYK00.130.460.42
HSL43.24º29.57%45.1%-
HSV(B)43.24º45.64%58.43%-
XYZ21.8622.9511.06-
YUV130.1100.29141.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 81 (32.03% from 255) = 22.5%
R=41.39%
G=36.11%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491308100.130.460.4243.2429.5745.1
Hex9582510D2E2A2b1e2d
Octal2252021210155652533655
Binary100101011000001010100010110110111010101010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958251; }

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

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

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

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

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

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

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

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