#97532E

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

Shades of Chelsea Gem #97532E

Tints of Chelsea Gem #97532E

Color information

#97532E (or 0x97532E) is unknown color: approx Chelsea Gem. HEX triplet: 97, 53 and 2E. RGB value is (151,83,46). Sum of RGB (Red+Green+Blue) = 151+83+46=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #97532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97532E is #68ACD1. Grayscale: #636363. Windows color (decimal): -6859986 or 3036055. OLE color: 3036055.

HSL color Cylindrical-coordinate representation of color #97532E: hue angle of 21.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97532E is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1518346-
CMYK00.450.700.41
HSL21.14º53.3%38.63%-
HSV(B)21.14º69.54%59.22%-
XYZ16.3512.964.23-
YUV99.1198.03165.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.93%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 46 (18.36% from 255) = 16.43%
R=53.93%
G=29.64%
B=16.43%

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
Decimal151834600.450.700.4121.1453.338.63
Hex97532E02D4629153527
Octal2271235605510651256547
Binary1001011110100111011100101101100011010100110101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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