#945231

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

Shades of Chelsea Gem #945231

Tints of Chelsea Gem #945231

Color information

#945231 (or 0x945231) is unknown color: approx Chelsea Gem. HEX triplet: 94, 52 and 31. RGB value is (148,82,49). Sum of RGB (Red+Green+Blue) = 148+82+49=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #945231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945231 is #6BADCE. Grayscale: #626262. Windows color (decimal): -7056847 or 3232404. OLE color: 3232404.

HSL color Cylindrical-coordinate representation of color #945231: hue angle of 20º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #945231 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1488249-
CMYK00.450.670.42
HSL20º50.25%38.63%-
HSV(B)20º66.89%58.04%-
XYZ15.7812.554.5-
YUV97.97100.37163.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.05%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 49 (19.53% from 255) = 17.56%
R=53.05%
G=29.39%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148824900.450.670.422050.2538.63
Hex94523102D432A143227
Octal2241226105510352246247
Binary1001010010100101100010101101100001110101010100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945231; }

 p { color: rgb(148,82,49); }

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

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

 a { background-color: rgb(148,82,49); }

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

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

 span { border-color: rgb(148,82,49); }

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