#92845C

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

Shades of Clay Creek #92845C

Tints of Clay Creek #92845C

Color information

#92845C (or 0x92845C) is unknown color: approx Clay Creek. HEX triplet: 92, 84 and 5C. RGB value is (146,132,92). Sum of RGB (Red+Green+Blue) = 146+132+92=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #92845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92845C is #6D7BA3. Grayscale: #838383. Windows color (decimal): -7175076 or 6063250. OLE color: 6063250.

HSL color Cylindrical-coordinate representation of color #92845C: hue angle of 44.44º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92845C is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14613292-
CMYK00.100.370.43
HSL44.44º22.69%46.67%-
HSV(B)44.44º36.99%57.25%-
XYZ22.0423.3913.48-
YUV131.63105.64138.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=39.46%
G=35.68%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461329200.100.370.4344.4422.6946.67
Hex92845C0A252B2c172f
Octal2222041340124553542757
Binary100100101000010010111000101010010110101110110010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92845C; }

 p { color: rgb(146,132,92); }

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

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

 a { background-color: rgb(146,132,92); }

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

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

 span { border-color: rgb(146,132,92); }

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