#94552C

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

Shades of Chelsea Gem #94552C

Tints of Chelsea Gem #94552C

Color information

#94552C (or 0x94552C) is unknown color: approx Chelsea Gem. HEX triplet: 94, 55 and 2C. RGB value is (148,85,44). Sum of RGB (Red+Green+Blue) = 148+85+44=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #94552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94552C is #6BAAD3. Grayscale: #636363. Windows color (decimal): -7056084 or 2905492. OLE color: 2905492.

HSL color Cylindrical-coordinate representation of color #94552C: hue angle of 23.65º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94552C is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1488544-
CMYK00.430.700.42
HSL23.65º54.17%37.65%-
HSV(B)23.65º70.27%58.04%-
XYZ15.9212.974.05-
YUV99.1696.87162.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 44 (17.58% from 255) = 15.88%
R=53.43%
G=30.69%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148854400.430.700.4223.6554.1737.65
Hex94552C02B462A183626
Octal2241255405310652306646
Binary1001010010101011011000101011100011010101011000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94552C; }

 p { color: rgb(148,85,44); }

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

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

 a { background-color: rgb(148,85,44); }

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

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

 span { border-color: rgb(148,85,44); }

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