#945333

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

Shades of Chelsea Gem #945333

Tints of Chelsea Gem #945333

Color information

#945333 (or 0x945333) is unknown color: approx Chelsea Gem. HEX triplet: 94, 53 and 33. RGB value is (148,83,51). Sum of RGB (Red+Green+Blue) = 148+83+51=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #945333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945333 is #6BACCC. Grayscale: #626262. Windows color (decimal): -7056589 or 3363732. OLE color: 3363732.

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

Color convert

RGB1488351-
CMYK00.440.660.42
HSL19.79º48.74%39.02%-
HSV(B)19.79º65.54%58.04%-
XYZ15.912.724.75-
YUV98.79101.03163.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.48%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=52.48%
G=29.43%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148835100.440.660.4219.7948.7439.02
Hex94533302C422A143127
Octal2241236305410252246147
Binary1001010010100111100110101100100001010101010100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945333; }

 p { color: rgb(148,83,51); }

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

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

 a { background-color: rgb(148,83,51); }

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

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

 span { border-color: rgb(148,83,51); }

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