#925729

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

Shades of Chelsea Gem #925729

Tints of Chelsea Gem #925729

Color information

#925729 (or 0x925729) is unknown color: approx Chelsea Gem. HEX triplet: 92, 57 and 29. RGB value is (146,87,41). Sum of RGB (Red+Green+Blue) = 146+87+41=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #925729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925729 is #6DA8D6. Grayscale: #636363. Windows color (decimal): -7186647 or 2709394. OLE color: 2709394.

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

Color convert

RGB1468741-
CMYK00.400.720.43
HSL26.29º56.15%36.67%-
HSV(B)26.29º71.92%57.25%-
XYZ15.6613.093.8-
YUV99.495.05161.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.28%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 41 (16.41% from 255) = 14.96%
R=53.28%
G=31.75%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146874100.400.720.4326.2956.1536.67
Hex925729028482B1a3825
Octal2221275105011053327045
Binary1001001010101111010010101000100100010101111010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925729; }

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

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

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

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

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

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

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

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