#995430

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

Shades of Chelsea Gem #995430

Tints of Chelsea Gem #995430

Color information

#995430 (or 0x995430) is unknown color: approx Chelsea Gem. HEX triplet: 99, 54 and 30. RGB value is (153,84,48). Sum of RGB (Red+Green+Blue) = 153+84+48=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #995430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995430 is #66ABCF. Grayscale: #646464. Windows color (decimal): -6728656 or 3167385. OLE color: 3167385.

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

Color convert

RGB1538448-
CMYK00.450.690.4
HSL20.57º52.24%39.41%-
HSV(B)20.57º68.63%60%-
XYZ16.8413.334.48-
YUV100.5398.36165.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=53.68%
G=29.47%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153844800.450.690.420.5752.2439.41
Hex99543002D4528153427
Octal2311246005510550256447
Binary1001100110101001100000101101100010110100010101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995430; }

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

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

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

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

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

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

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

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