#995730

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

Shades of Chelsea Gem #995730

Tints of Chelsea Gem #995730

Color information

#995730 (or 0x995730) is unknown color: approx Chelsea Gem. HEX triplet: 99, 57 and 30. RGB value is (153,87,48). Sum of RGB (Red+Green+Blue) = 153+87+48=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #995730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995730 is #66A8CF. Grayscale: #666666. Windows color (decimal): -6727888 or 3168153. OLE color: 3168153.

HSL color Cylindrical-coordinate representation of color #995730: hue angle of 22.29º degrees, saturation: 0.52, 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 #995730 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB1538748-
CMYK00.430.690.4
HSL22.29º52.24%39.41%-
HSV(B)22.29º68.63%60%-
XYZ17.0813.84.56-
YUV102.2997.37164.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 48 (19.14% from 255) = 16.67%
R=53.12%
G=30.21%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153874800.430.690.422.2952.2439.41
Hex99573002B4528163427
Octal2311276005310550266447
Binary1001100110101111100000101011100010110100010110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995730; }

 p { color: rgb(153,87,48); }

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

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

 a { background-color: rgb(153,87,48); }

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

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

 span { border-color: rgb(153,87,48); }

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