#928158

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

Shades of Clay Creek #928158

Tints of Clay Creek #928158

Color information

#928158 (or 0x928158) is unknown color: approx Clay Creek. HEX triplet: 92, 81 and 58. RGB value is (146,129,88). Sum of RGB (Red+Green+Blue) = 146+129+88=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #928158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928158 is #6D7EA7. Grayscale: #818181. Windows color (decimal): -7175848 or 5800338. OLE color: 5800338.

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

Color convert

RGB14612988-
CMYK00.120.400.43
HSL42.41º24.79%45.88%-
HSV(B)42.41º39.73%57.25%-
XYZ21.4722.5212.45-
YUV129.41104.63139.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 88 (34.77% from 255) = 24.24%
R=40.22%
G=35.54%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461298800.120.400.4342.4124.7945.88
Hex9281580C282B2a192e
Octal2222011300145053523156
Binary100100101000000110110000110010100010101110101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928158; }

 p { color: rgb(146,129,88); }

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

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

 a { background-color: rgb(146,129,88); }

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

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

 span { border-color: rgb(146,129,88); }

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