#925629

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

Shades of Chelsea Gem #925629

Tints of Chelsea Gem #925629

Color information

#925629 (or 0x925629) is unknown color: approx Chelsea Gem. HEX triplet: 92, 56 and 29. RGB value is (146,86,41). Sum of RGB (Red+Green+Blue) = 146+86+41=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #925629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925629 is #6DA9D6. Grayscale: #636363. Windows color (decimal): -7186903 or 2709138. OLE color: 2709138.

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

Color convert

RGB1468641-
CMYK00.410.720.43
HSL25.71º56.15%36.67%-
HSV(B)25.71º71.92%57.25%-
XYZ15.5812.933.77-
YUV98.8195.38161.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.48%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=53.48%
G=31.50%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146864100.410.720.4325.7156.1536.67
Hex925629029482B1a3825
Octal2221265105111053327045
Binary1001001010101101010010101001100100010101111010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925629; }

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

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

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

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

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

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

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

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