#92845A

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

Shades of Clay Creek #92845A

Tints of Clay Creek #92845A

Color information

#92845A (or 0x92845A) is unknown color: approx Clay Creek. HEX triplet: 92, 84 and 5A. RGB value is (146,132,90). Sum of RGB (Red+Green+Blue) = 146+132+90=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 146 - color contains mainly: red. Hex color #92845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92845A is #6D7BA5. Grayscale: #838383. Windows color (decimal): -7175078 or 5932178. OLE color: 5932178.

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

Color convert

RGB14613290-
CMYK00.100.380.43
HSL45º23.73%46.27%-
HSV(B)45º38.36%57.25%-
XYZ21.9523.3513.02-
YUV131.4104.64138.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.67%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=39.67%
G=35.87%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461329000.100.380.434523.7346.27
Hex92845A0A262B2d182e
Octal2222041320124653553056
Binary100100101000010010110100101010011010101110110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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