#97512F

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

Shades of Chelsea Gem #97512F

Tints of Chelsea Gem #97512F

Color information

#97512F (or 0x97512F) is unknown color: approx Chelsea Gem. HEX triplet: 97, 51 and 2F. RGB value is (151,81,47). Sum of RGB (Red+Green+Blue) = 151+81+47=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #97512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97512F is #68AED0. Grayscale: #626262. Windows color (decimal): -6860497 or 3101079. OLE color: 3101079.

HSL color Cylindrical-coordinate representation of color #97512F: hue angle of 19.62º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97512F is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1518147-
CMYK00.460.690.41
HSL19.62º52.53%38.82%-
HSV(B)19.62º68.87%59.22%-
XYZ16.2212.674.28-
YUV98.0599.19165.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.12%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=54.12%
G=29.03%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151814700.460.690.4119.6252.5338.82
Hex97512F02E4529143527
Octal2271215705610551246547
Binary1001011110100011011110101110100010110100110100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97512F; }

 p { color: rgb(151,81,47); }

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

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

 a { background-color: rgb(151,81,47); }

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

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

 span { border-color: rgb(151,81,47); }

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