#945030

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

Shades of Chelsea Gem #945030

Tints of Chelsea Gem #945030

Color information

#945030 (or 0x945030) is unknown color: approx Chelsea Gem. HEX triplet: 94, 50 and 30. RGB value is (148,80,48). Sum of RGB (Red+Green+Blue) = 148+80+48=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #945030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945030 is #6BAFCF. Grayscale: #606060. Windows color (decimal): -7057360 or 3166356. OLE color: 3166356.

HSL color Cylindrical-coordinate representation of color #945030: hue angle of 19.2º degrees, saturation: 0.51, 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 #945030 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1488048-
CMYK00.460.680.42
HSL19.2º51.02%38.43%-
HSV(B)19.2º67.57%58.04%-
XYZ15.6112.254.34-
YUV96.68100.53164.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.62%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=53.62%
G=28.99%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148804800.460.680.4219.251.0238.43
Hex94503002E442A133326
Octal2241206005610452236346
Binary1001010010100001100000101110100010010101010011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945030; }

 p { color: rgb(148,80,48); }

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

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

 a { background-color: rgb(148,80,48); }

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

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

 span { border-color: rgb(148,80,48); }

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