#925A30

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

Shades of Chelsea Gem #925A30

Tints of Chelsea Gem #925A30

Color information

#925A30 (or 0x925A30) is unknown color: approx Chelsea Gem. HEX triplet: 92, 5A and 30. RGB value is (146,90,48). Sum of RGB (Red+Green+Blue) = 146+90+48=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #925A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A30 is #6DA5CF. Grayscale: #666666. Windows color (decimal): -7185872 or 3168914. OLE color: 3168914.

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

Color convert

RGB1469048-
CMYK00.380.670.43
HSL25.71º50.52%38.04%-
HSV(B)25.71º67.12%57.25%-
XYZ16.0413.644.58-
YUV101.9697.55159.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.41%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 48 (19.14% from 255) = 16.90%
R=51.41%
G=31.69%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146904800.380.670.4325.7150.5238.04
Hex925A30026432B1a3326
Octal2221326004610353326346
Binary1001001010110101100000100110100001110101111010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925A30; }

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

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

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

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

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

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

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

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