#94512f

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

Shades of Chelsea Gem #94512F

Tints of Chelsea Gem #94512F

Color information

#94512F (or 0x94512F) is unknown color: approx Chelsea Gem. HEX triplet: 94, 51 and 2F. RGB value is (148,81,47). Sum of RGB (Red+Green+Blue) = 148+81+47=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94512F is #6BAED0. Grayscale: #616161. Windows color (decimal): -7057105 or 3101076. OLE color: 3101076.

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

Color convert

RGB1488147-
CMYK00.450.680.42
HSL20.2º51.79%38.24%-
HSV(B)20.2º68.24%58.04%-
XYZ15.6712.394.25-
YUV97.1699.7164.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.62%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 47 (18.75% from 255) = 17.03%
R=53.62%
G=29.35%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148814700.450.680.4220.251.7938.24
Hex94512F02D442A143426
Octal2241215705510452246446
Binary1001010010100011011110101101100010010101010100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94512f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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