#92895A

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

Shades of Clay Creek #92895A

Tints of Clay Creek #92895A

Color information

#92895A (or 0x92895A) is unknown color: approx Clay Creek. HEX triplet: 92, 89 and 5A. RGB value is (146,137,90). Sum of RGB (Red+Green+Blue) = 146+137+90=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #92895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92895A is #6D76A5. Grayscale: #868686. Windows color (decimal): -7173798 or 5933458. OLE color: 5933458.

HSL color Cylindrical-coordinate representation of color #92895A: hue angle of 50.36º 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 #92895A is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14613790-
CMYK00.060.380.43
HSL50.36º23.73%46.27%-
HSV(B)50.36º38.36%57.25%-
XYZ22.6524.7413.25-
YUV134.33102.98136.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=39.14%
G=36.73%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461379000.060.380.4350.3623.7346.27
Hex92895A06262B32182e
Octal222211132064653623056
Binary10010010100010011011010011010011010101111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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