#94512D

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

Shades of Chelsea Gem #94512D

Tints of Chelsea Gem #94512D

Color information

#94512D (or 0x94512D) is unknown color: approx Chelsea Gem. HEX triplet: 94, 51 and 2D. RGB value is (148,81,45). Sum of RGB (Red+Green+Blue) = 148+81+45=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #94512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94512D is #6BAED2. Grayscale: #616161. Windows color (decimal): -7057107 or 2970004. OLE color: 2970004.

HSL color Cylindrical-coordinate representation of color #94512D: hue angle of 20.97º degrees, saturation: 0.53, 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 #94512D is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1488145-
CMYK00.450.700.42
HSL20.97º53.37%37.84%-
HSV(B)20.97º69.59%58.04%-
XYZ15.6312.374.05-
YUV96.9398.7164.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.01%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 45 (17.97% from 255) = 16.42%
R=54.01%
G=29.56%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148814500.450.700.4220.9753.3737.84
Hex94512D02D462A153526
Octal2241215505510652256546
Binary1001010010100011011010101101100011010101010101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94512D; }

 p { color: rgb(148,81,45); }

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

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

 a { background-color: rgb(148,81,45); }

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

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

 span { border-color: rgb(148,81,45); }

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