#975233

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

Shades of Chelsea Gem #975233

Tints of Chelsea Gem #975233

Color information

#975233 (or 0x975233) is unknown color: approx Chelsea Gem. HEX triplet: 97, 52 and 33. RGB value is (151,82,51). Sum of RGB (Red+Green+Blue) = 151+82+51=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #975233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975233 is #68ADCC. Grayscale: #636363. Windows color (decimal): -6860237 or 3363479. OLE color: 3363479.

HSL color Cylindrical-coordinate representation of color #975233: hue angle of 18.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #975233 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1518251-
CMYK00.460.660.41
HSL18.6º49.5%39.61%-
HSV(B)18.6º66.23%59.22%-
XYZ16.3812.854.75-
YUV99.1100.86165.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.17%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 51 (20.31% from 255) = 17.96%
R=53.17%
G=28.87%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151825100.460.660.4118.649.539.61
Hex97523302E4229133228
Octal2271226305610251236250
Binary1001011110100101100110101110100001010100110011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975233; }

 p { color: rgb(151,82,51); }

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

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

 a { background-color: rgb(151,82,51); }

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

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

 span { border-color: rgb(151,82,51); }

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