#925235

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

Shades of Chelsea Gem #925235

Tints of Chelsea Gem #925235

Color information

#925235 (or 0x925235) is unknown color: approx Chelsea Gem. HEX triplet: 92, 52 and 35. RGB value is (146,82,53). Sum of RGB (Red+Green+Blue) = 146+82+53=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #925235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925235 is #6DADCA. Grayscale: #626262. Windows color (decimal): -7187915 or 3494546. OLE color: 3494546.

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

Color convert

RGB1468253-
CMYK00.440.640.43
HSL18.71º46.73%39.02%-
HSV(B)18.71º63.7%57.25%-
XYZ15.5112.44.94-
YUV97.83102.7162.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=51.96%
G=29.18%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146825300.440.640.4318.7146.7339.02
Hex92523502C402B132f27
Octal2221226505410053235747
Binary1001001010100101101010101100100000010101110011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925235; }

 p { color: rgb(146,82,53); }

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

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

 a { background-color: rgb(146,82,53); }

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

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

 span { border-color: rgb(146,82,53); }

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