#925630

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

Shades of Chelsea Gem #925630

Tints of Chelsea Gem #925630

Color information

#925630 (or 0x925630) is unknown color: approx Chelsea Gem. HEX triplet: 92, 56 and 30. RGB value is (146,86,48). Sum of RGB (Red+Green+Blue) = 146+86+48=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #925630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925630 is #6DA9CF. Grayscale: #636363. Windows color (decimal): -7186896 or 3167890. OLE color: 3167890.

HSL color Cylindrical-coordinate representation of color #925630: hue angle of 23.27º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #925630 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB1468648-
CMYK00.410.670.43
HSL23.27º50.52%38.04%-
HSV(B)23.27º67.12%57.25%-
XYZ15.7212.984.47-
YUV99.6198.88161.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.14%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 48 (19.14% from 255) = 17.14%
R=52.14%
G=30.71%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146864800.410.670.4323.2750.5238.04
Hex925630029432B173326
Octal2221266005110353276346
Binary1001001010101101100000101001100001110101110111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925630; }

 p { color: rgb(146,86,48); }

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

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

 a { background-color: rgb(146,86,48); }

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

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

 span { border-color: rgb(146,86,48); }

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