#97532D

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

Shades of Chelsea Gem #97532D

Tints of Chelsea Gem #97532D

Color information

#97532D (or 0x97532D) is unknown color: approx Chelsea Gem. HEX triplet: 97, 53 and 2D. RGB value is (151,83,45). Sum of RGB (Red+Green+Blue) = 151+83+45=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #97532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97532D is #68ACD2. Grayscale: #636363. Windows color (decimal): -6859987 or 2970519. OLE color: 2970519.

HSL color Cylindrical-coordinate representation of color #97532D: hue angle of 21.51º 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 #97532D is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1518345-
CMYK00.450.700.41
HSL21.51º54.08%38.43%-
HSV(B)21.51º70.2%59.22%-
XYZ16.3312.964.12-
YUV9997.53165.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.12%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=54.12%
G=29.75%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151834500.450.700.4121.5154.0838.43
Hex97532D02D4629163626
Octal2271235505510651266646
Binary1001011110100111011010101101100011010100110110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,83,45); }

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

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

 a { background-color: rgb(151,83,45); }

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

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

 span { border-color: rgb(151,83,45); }

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