#92805A

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

Shades of Clay Creek #92805A

Tints of Clay Creek #92805A

Color information

#92805A (or 0x92805A) is unknown color: approx Clay Creek. HEX triplet: 92, 80 and 5A. RGB value is (146,128,90). Sum of RGB (Red+Green+Blue) = 146+128+90=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #92805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92805A is #6D7FA5. Grayscale: #818181. Windows color (decimal): -7176102 or 5931154. OLE color: 5931154.

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

Color convert

RGB14612890-
CMYK00.120.380.43
HSL40.71º23.73%46.27%-
HSV(B)40.71º38.36%57.25%-
XYZ21.4222.2912.85-
YUV129.05105.96140.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=40.11%
G=35.16%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461289000.120.380.4340.7123.7346.27
Hex92805A0C262B29182e
Octal2222001320144653513056
Binary100100101000000010110100110010011010101110100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92805A; }

 p { color: rgb(146,128,90); }

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

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

 a { background-color: rgb(146,128,90); }

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

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

 span { border-color: rgb(146,128,90); }

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