#945038

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

Shades of Chelsea Gem #945038

Tints of Chelsea Gem #945038

Color information

#945038 (or 0x945038) is unknown color: approx Chelsea Gem. HEX triplet: 94, 50 and 38. RGB value is (148,80,56). Sum of RGB (Red+Green+Blue) = 148+80+56=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #945038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945038 is #6BAFC7. Grayscale: #616161. Windows color (decimal): -7057352 or 3690644. OLE color: 3690644.

HSL color Cylindrical-coordinate representation of color #945038: hue angle of 15.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #945038 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1488056-
CMYK00.460.620.42
HSL15.65º45.1%40%-
HSV(B)15.65º62.16%58.04%-
XYZ15.812.325.29-
YUV97.6104.53163.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.11%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 56 (22.27% from 255) = 19.72%
R=52.11%
G=28.17%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148805600.460.620.4215.6545.140
Hex94503802E3E2A102d28
Octal224120700567652205550
Binary100101001010000111000010111011111010101010000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945038; }

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

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

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

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

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

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

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

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