#92834F

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

Shades of Clay Creek #92834F

Tints of Clay Creek #92834F

Color information

#92834F (or 0x92834F) is unknown color: approx Clay Creek. HEX triplet: 92, 83 and 4F. RGB value is (146,131,79). Sum of RGB (Red+Green+Blue) = 146+131+79=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #92834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92834F is #6D7CB0. Grayscale: #818181. Windows color (decimal): -7175345 or 5211026. OLE color: 5211026.

HSL color Cylindrical-coordinate representation of color #92834F: hue angle of 46.57º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92834F is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB14613179-
CMYK00.100.460.43
HSL46.57º29.78%44.12%-
HSV(B)46.57º45.89%57.25%-
XYZ21.3822.9110.69-
YUV129.5699.47139.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.01%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 79 (31.25% from 255) = 22.19%
R=41.01%
G=36.80%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461317900.100.460.4346.5729.7844.12
Hex92834F0A2E2B2f1e2c
Octal2222031170125653573654
Binary100100101000001110011110101010111010101110111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92834F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92834F; }

 p { color: rgb(146,131,79); }

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

<style>
 a { background-color: #92834F; }

 a { background-color: rgb(146,131,79); }

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

<style>
 span { border-color: #92834F; }

 span { border-color: rgb(146,131,79); }

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