#925032

Color #925032 Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #925032

Tints of Chelsea Gem #925032

Color information

#925032 (or 0x925032) is unknown color: approx Chelsea Gem. HEX triplet: 92, 50 and 32. RGB value is (146,80,50). Sum of RGB (Red+Green+Blue) = 146+80+50=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #925032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925032 is #6DAFCD. Grayscale: #606060. Windows color (decimal): -7188430 or 3297426. OLE color: 3297426.

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

Color convert

RGB1468050-
CMYK00.450.660.43
HSL18.75º48.98%38.43%-
HSV(B)18.75º65.75%57.25%-
XYZ15.312.084.54-
YUV96.31101.87163.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=52.90%
G=28.99%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146805000.450.660.4318.7548.9838.43
Hex92503202D422B133126
Octal2221206205510253236146
Binary1001001010100001100100101101100001010101110011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925032; }

 p { color: rgb(146,80,50); }

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

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

 a { background-color: rgb(146,80,50); }

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

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

 span { border-color: rgb(146,80,50); }

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