#925337

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

Shades of Chelsea Gem #925337

Tints of Chelsea Gem #925337

Color information

#925337 (or 0x925337) is unknown color: approx Chelsea Gem. HEX triplet: 92, 53 and 37. RGB value is (146,83,55). Sum of RGB (Red+Green+Blue) = 146+83+55=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #925337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925337 is #6DACC8. Grayscale: #626262. Windows color (decimal): -7187657 or 3625874. OLE color: 3625874.

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

Color convert

RGB1468355-
CMYK00.430.620.43
HSL18.46º45.27%39.41%-
HSV(B)18.46º62.33%57.25%-
XYZ15.6412.575.22-
YUV98.64103.37161.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.41%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 55 (21.88% from 255) = 19.37%
R=51.41%
G=29.23%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146835500.430.620.4318.4645.2739.41
Hex92533702B3E2B122d27
Octal222123670537653225547
Binary100100101010011110111010101111111010101110010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925337; }

 p { color: rgb(146,83,55); }

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

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

 a { background-color: rgb(146,83,55); }

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

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

 span { border-color: rgb(146,83,55); }

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