#9A572F

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

Shades of Chelsea Gem #9A572F

Tints of Chelsea Gem #9A572F

Color information

#9A572F (or 0x9A572F) is unknown color: approx Chelsea Gem. HEX triplet: 9A, 57 and 2F. RGB value is (154,87,47). Sum of RGB (Red+Green+Blue) = 154+87+47=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A572F is #65A8D0. Grayscale: #666666. Windows color (decimal): -6662353 or 3102618. OLE color: 3102618.

HSL color Cylindrical-coordinate representation of color #9A572F: hue angle of 22.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A572F is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB1548747-
CMYK00.440.690.40
HSL22.43º53.23%39.41%-
HSV(B)22.43º69.48%60.39%-
XYZ17.2513.894.46-
YUV102.4796.7164.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.47%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=53.47%
G=30.21%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154874700.440.690.4022.4353.2339.41
Hex9A572F02C4528163527
Octal2321275705410550266547
Binary1001101010101111011110101100100010110100010110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A572F; }

 p { color: rgb(154,87,47); }

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

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

 a { background-color: rgb(154,87,47); }

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

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

 span { border-color: rgb(154,87,47); }

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