#958258

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

Shades of Clay Creek #958258

Tints of Clay Creek #958258

Color information

#958258 (or 0x958258) is unknown color: approx Clay Creek. HEX triplet: 95, 82 and 58. RGB value is (149,130,88). Sum of RGB (Red+Green+Blue) = 149+130+88=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #958258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958258 is #6A7DA7. Grayscale: #838383. Windows color (decimal): -6978984 or 5800597. OLE color: 5800597.

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

Color convert

RGB14913088-
CMYK00.130.410.42
HSL41.31º25.74%46.47%-
HSV(B)41.31º40.94%58.43%-
XYZ22.1423.0612.52-
YUV130.89103.79140.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 88 (34.77% from 255) = 23.98%
R=40.60%
G=35.42%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491308800.130.410.4241.3125.7446.47
Hex9582580D292A291a2e
Octal2252021300155152513256
Binary100101011000001010110000110110100110101010100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958258; }

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

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

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

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

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

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

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

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