#92854B

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

Shades of Clay Creek #92854B

Tints of Clay Creek #92854B

Color information

#92854B (or 0x92854B) is unknown color: approx Clay Creek. HEX triplet: 92, 85 and 4B. RGB value is (146,133,75). Sum of RGB (Red+Green+Blue) = 146+133+75=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #92854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92854B is #6D7AB4. Grayscale: #828282. Windows color (decimal): -7174837 or 4949394. OLE color: 4949394.

HSL color Cylindrical-coordinate representation of color #92854B: hue angle of 49.01º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92854B is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB14613375-
CMYK00.090.490.43
HSL49.01º32.13%43.33%-
HSV(B)49.01º48.63%57.25%-
XYZ21.5123.3910.04-
YUV130.2896.81139.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=41.24%
G=37.57%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461337500.090.490.4349.0132.1343.33
Hex92854B09312B31202b
Octal2222051130116153614053
Binary1001001010000101100101101001110001101011110001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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