#94592F

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

Shades of Chelsea Gem #94592F

Tints of Chelsea Gem #94592F

Color information

#94592F (or 0x94592F) is unknown color: approx Chelsea Gem. HEX triplet: 94, 59 and 2F. RGB value is (148,89,47). Sum of RGB (Red+Green+Blue) = 148+89+47=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #94592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94592F is #6BA6D0. Grayscale: #666666. Windows color (decimal): -7055057 or 3103124. OLE color: 3103124.

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

Color convert

RGB1488947-
CMYK00.400.680.42
HSL24.95º51.79%38.24%-
HSV(B)24.95º68.24%58.04%-
XYZ16.313.654.46-
YUV101.8597.05160.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.11%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=52.11%
G=31.34%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148894700.400.680.4224.9551.7938.24
Hex94592F028442A193426
Octal2241315705010452316446
Binary1001010010110011011110101000100010010101011001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94592F; }

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

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

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

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

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

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

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

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