#945829

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

Shades of Chelsea Gem #945829

Tints of Chelsea Gem #945829

Color information

#945829 (or 0x945829) is unknown color: approx Chelsea Gem. HEX triplet: 94, 58 and 29. RGB value is (148,88,41). Sum of RGB (Red+Green+Blue) = 148+88+41=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #945829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945829 is #6BA7D6. Grayscale: #646464. Windows color (decimal): -7055319 or 2709652. OLE color: 2709652.

HSL color Cylindrical-coordinate representation of color #945829: hue angle of 26.36º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #945829 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1488841-
CMYK00.410.720.42
HSL26.36º56.61%37.06%-
HSV(B)26.36º72.3%58.04%-
XYZ16.113.443.84-
YUV100.5894.38161.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 41 (16.41% from 255) = 14.80%
R=53.43%
G=31.77%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148884100.410.720.4226.3656.6137.06
Hex945829029482A1a3925
Octal2241305105111052327145
Binary1001010010110001010010101001100100010101011010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945829; }

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

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

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

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

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

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

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

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