#95572F

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

Shades of Chelsea Gem #95572F

Tints of Chelsea Gem #95572F

Color information

#95572F (or 0x95572F) is unknown color: approx Chelsea Gem. HEX triplet: 95, 57 and 2F. RGB value is (149,87,47). Sum of RGB (Red+Green+Blue) = 149+87+47=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #95572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95572F is #6AA8D0. Grayscale: #656565. Windows color (decimal): -6990033 or 3102613. OLE color: 3102613.

HSL color Cylindrical-coordinate representation of color #95572F: hue angle of 23.53º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95572F is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1498747-
CMYK00.420.680.42
HSL23.53º52.04%38.43%-
HSV(B)23.53º68.46%58.43%-
XYZ16.3213.414.42-
YUV100.9897.54162.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=52.65%
G=30.74%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149874700.420.680.4223.5352.0438.43
Hex95572F02A442A183426
Octal2251275705210452306446
Binary1001010110101111011110101010100010010101011000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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