#94562C

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

Shades of Chelsea Gem #94562C

Tints of Chelsea Gem #94562C

Color information

#94562C (or 0x94562C) is unknown color: approx Chelsea Gem. HEX triplet: 94, 56 and 2C. RGB value is (148,86,44). Sum of RGB (Red+Green+Blue) = 148+86+44=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #94562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94562C is #6BA9D3. Grayscale: #636363. Windows color (decimal): -7055828 or 2905748. OLE color: 2905748.

HSL color Cylindrical-coordinate representation of color #94562C: hue angle of 24.23º 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 #94562C is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1488644-
CMYK00.420.700.42
HSL24.23º54.17%37.65%-
HSV(B)24.23º70.27%58.04%-
XYZ1613.134.07-
YUV99.7596.54162.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.24%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 44 (17.58% from 255) = 15.83%
R=53.24%
G=30.94%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148864400.420.700.4224.2354.1737.65
Hex94562C02A462A183626
Octal2241265405210652306646
Binary1001010010101101011000101010100011010101011000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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