#96582D

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

Shades of Chelsea Gem #96582D

Tints of Chelsea Gem #96582D

Color information

#96582D (or 0x96582D) is unknown color: approx Chelsea Gem. HEX triplet: 96, 58 and 2D. RGB value is (150,88,45). Sum of RGB (Red+Green+Blue) = 150+88+45=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96582D is #69A7D2. Grayscale: #656565. Windows color (decimal): -6924243 or 2971798. OLE color: 2971798.

HSL color Cylindrical-coordinate representation of color #96582D: hue angle of 24.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96582D is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1508845-
CMYK00.410.700.41
HSL24.57º53.85%38.24%-
HSV(B)24.57º70%58.82%-
XYZ16.5413.654.25-
YUV101.6496.04162.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 45 (17.97% from 255) = 15.90%
R=53.00%
G=31.10%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150884500.410.700.4124.5753.8538.24
Hex96582D0294629193626
Octal2261305505110651316646
Binary1001011010110001011010101001100011010100111001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96582D; }

 p { color: rgb(150,88,45); }

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

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

 a { background-color: rgb(150,88,45); }

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

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

 span { border-color: rgb(150,88,45); }

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