#92855B

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

Shades of Clay Creek #92855B

Tints of Clay Creek #92855B

Color information

#92855B (or 0x92855B) is unknown color: approx Clay Creek. HEX triplet: 92, 85 and 5B. RGB value is (146,133,91). Sum of RGB (Red+Green+Blue) = 146+133+91=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #92855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92855B is #6D7AA4. Grayscale: #848484. Windows color (decimal): -7174821 or 5997970. OLE color: 5997970.

HSL color Cylindrical-coordinate representation of color #92855B: hue angle of 45.82º degrees, saturation: 0.23, 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 #92855B is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14613391-
CMYK00.090.380.43
HSL45.82º23.21%46.47%-
HSV(B)45.82º37.67%57.25%-
XYZ22.1323.6413.29-
YUV132.1104.81137.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=39.46%
G=35.95%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461339100.090.380.4345.8223.2146.47
Hex92855B09262B2e172e
Octal2222051330114653562756
Binary100100101000010110110110100110011010101110111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92855B; }

 p { color: rgb(146,133,91); }

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

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

 a { background-color: rgb(146,133,91); }

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

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

 span { border-color: rgb(146,133,91); }

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