#92834D

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

Shades of Clay Creek #92834D

Tints of Clay Creek #92834D

Color information

#92834D (or 0x92834D) is unknown color: approx Clay Creek. HEX triplet: 92, 83 and 4D. RGB value is (146,131,77). Sum of RGB (Red+Green+Blue) = 146+131+77=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #92834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92834D is #6D7CB2. Grayscale: #818181. Windows color (decimal): -7175347 or 5079954. OLE color: 5079954.

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

Color convert

RGB14613177-
CMYK00.100.470.43
HSL46.96º30.94%43.73%-
HSV(B)46.96º47.26%57.25%-
XYZ21.3122.8810.31-
YUV129.3398.47139.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 77 (30.47% from 255) = 21.75%
R=41.24%
G=37.01%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461317700.100.470.4346.9630.9443.73
Hex92834D0A2F2B2f1f2c
Octal2222031150125753573754
Binary100100101000001110011010101010111110101110111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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