#925431

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

Shades of Chelsea Gem #925431

Tints of Chelsea Gem #925431

Color information

#925431 (or 0x925431) is unknown color: approx Chelsea Gem. HEX triplet: 92, 54 and 31. RGB value is (146,84,49). Sum of RGB (Red+Green+Blue) = 146+84+49=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #925431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925431 is #6DABCE. Grayscale: #626262. Windows color (decimal): -7187407 or 3232914. OLE color: 3232914.

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

Color convert

RGB1468449-
CMYK00.420.660.43
HSL21.65º49.74%38.24%-
HSV(B)21.65º66.44%57.25%-
XYZ15.5812.674.53-
YUV98.55100.04161.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 49 (19.53% from 255) = 17.56%
R=52.33%
G=30.11%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146844900.420.660.4321.6549.7438.24
Hex92543102A422B163226
Octal2221246105210253266246
Binary1001001010101001100010101010100001010101110110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925431; }

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

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

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

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

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

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

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

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