#925831

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

Shades of Chelsea Gem #925831

Tints of Chelsea Gem #925831

Color information

#925831 (or 0x925831) is unknown color: approx Chelsea Gem. HEX triplet: 92, 58 and 31. RGB value is (146,88,49). Sum of RGB (Red+Green+Blue) = 146+88+49=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #925831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925831 is #6DA7CE. Grayscale: #656565. Windows color (decimal): -7186383 or 3233938. OLE color: 3233938.

HSL color Cylindrical-coordinate representation of color #925831: hue angle of 24.12º degrees, saturation: 0.5, 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 #925831 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1468849-
CMYK00.400.660.43
HSL24.12º49.74%38.24%-
HSV(B)24.12º66.44%57.25%-
XYZ15.913.314.64-
YUV100.998.72160.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.59%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=51.59%
G=31.10%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146884900.400.660.4324.1249.7438.24
Hex925831028422B183226
Octal2221306105010253306246
Binary1001001010110001100010101000100001010101111000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925831; }

 p { color: rgb(146,88,49); }

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

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

 a { background-color: rgb(146,88,49); }

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

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

 span { border-color: rgb(146,88,49); }

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