#925530

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

Shades of Chelsea Gem #925530

Tints of Chelsea Gem #925530

Color information

#925530 (or 0x925530) is unknown color: approx Chelsea Gem. HEX triplet: 92, 55 and 30. RGB value is (146,85,48). Sum of RGB (Red+Green+Blue) = 146+85+48=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #925530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925530 is #6DAACF. Grayscale: #636363. Windows color (decimal): -7187152 or 3167634. OLE color: 3167634.

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

Color convert

RGB1468548-
CMYK00.420.670.43
HSL22.65º50.52%38.04%-
HSV(B)22.65º67.12%57.25%-
XYZ15.6412.824.45-
YUV99.0299.21161.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=52.33%
G=30.47%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146854800.420.670.4322.6550.5238.04
Hex92553002A432B173326
Octal2221256005210353276346
Binary1001001010101011100000101010100001110101110111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925530; }

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

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

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

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

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

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

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

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