#94582F

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

Shades of Chelsea Gem #94582F

Tints of Chelsea Gem #94582F

Color information

#94582F (or 0x94582F) is unknown color: approx Chelsea Gem. HEX triplet: 94, 58 and 2F. RGB value is (148,88,47). Sum of RGB (Red+Green+Blue) = 148+88+47=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #94582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94582F is #6BA7D0. Grayscale: #656565. Windows color (decimal): -7055313 or 3102868. OLE color: 3102868.

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

Color convert

RGB1488847-
CMYK00.410.680.42
HSL24.36º51.79%38.24%-
HSV(B)24.36º68.24%58.04%-
XYZ16.2213.484.44-
YUV101.2797.38161.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.30%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=52.30%
G=31.10%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148884700.410.680.4224.3651.7938.24
Hex94582F029442A183426
Octal2241305705110452306446
Binary1001010010110001011110101001100010010101011000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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