#95592F

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

Shades of Chelsea Gem #95592F

Tints of Chelsea Gem #95592F

Color information

#95592F (or 0x95592F) is unknown color: approx Chelsea Gem. HEX triplet: 95, 59 and 2F. RGB value is (149,89,47). Sum of RGB (Red+Green+Blue) = 149+89+47=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #95592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95592F is #6AA6D0. Grayscale: #666666. Windows color (decimal): -6989521 or 3103125. OLE color: 3103125.

HSL color Cylindrical-coordinate representation of color #95592F: hue angle of 24.71º 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 #95592F is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1498947-
CMYK00.400.680.42
HSL24.71º52.04%38.43%-
HSV(B)24.71º68.46%58.43%-
XYZ16.4813.744.47-
YUV102.1596.88161.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.28%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 47 (18.75% from 255) = 16.49%
R=52.28%
G=31.23%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149894700.400.680.4224.7152.0438.43
Hex95592F028442A193426
Octal2251315705010452316446
Binary1001010110110011011110101000100010010101011001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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