#925436

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

Shades of Chelsea Gem #925436

Tints of Chelsea Gem #925436

Color information

#925436 (or 0x925436) is unknown color: approx Chelsea Gem. HEX triplet: 92, 54 and 36. RGB value is (146,84,54). Sum of RGB (Red+Green+Blue) = 146+84+54=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #925436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925436 is #6DABC9. Grayscale: #636363. Windows color (decimal): -7187402 or 3560594. OLE color: 3560594.

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

Color convert

RGB1468454-
CMYK00.420.630.43
HSL19.57º46%39.22%-
HSV(B)19.57º63.01%57.25%-
XYZ15.6912.725.12-
YUV99.12102.54161.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.41%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 54 (21.48% from 255) = 19.01%
R=51.41%
G=29.58%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146845400.420.630.4319.574639.22
Hex92543602A3F2B142e27
Octal222124660527753245647
Binary100100101010100110110010101011111110101110100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925436; }

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

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

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

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

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

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

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

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