#92835C

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

Shades of Clay Creek #92835C

Tints of Clay Creek #92835C

Color information

#92835C (or 0x92835C) is unknown color: approx Clay Creek. HEX triplet: 92, 83 and 5C. RGB value is (146,131,92). Sum of RGB (Red+Green+Blue) = 146+131+92=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #92835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92835C is #6D7CA3. Grayscale: #838383. Windows color (decimal): -7175332 or 6062994. OLE color: 6062994.

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

Color convert

RGB14613192-
CMYK00.100.370.43
HSL43.33º22.69%46.67%-
HSV(B)43.33º36.99%57.25%-
XYZ21.923.1213.43-
YUV131.04105.97138.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=39.57%
G=35.50%
B=24.93%

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
Decimal1461319200.100.370.4343.3322.6946.67
Hex92835C0A252B2b172f
Octal2222031340124553532757
Binary100100101000001110111000101010010110101110101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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