#945832

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

Shades of Chelsea Gem #945832

Tints of Chelsea Gem #945832

Color information

#945832 (or 0x945832) is unknown color: approx Chelsea Gem. HEX triplet: 94, 58 and 32. RGB value is (148,88,50). Sum of RGB (Red+Green+Blue) = 148+88+50=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #945832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945832 is #6BA7CD. Grayscale: #656565. Windows color (decimal): -7055310 or 3299476. OLE color: 3299476.

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

Color convert

RGB1488850-
CMYK00.410.660.42
HSL23.27º49.49%38.82%-
HSV(B)23.27º66.22%58.04%-
XYZ16.2813.514.77-
YUV101.6198.88161.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.75%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=51.75%
G=30.77%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148885000.410.660.4223.2749.4938.82
Hex945832029422A173127
Octal2241306205110252276147
Binary1001010010110001100100101001100001010101010111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945832; }

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

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

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

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

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

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

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

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