#945A2D

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

Shades of Chelsea Gem #945A2D

Tints of Chelsea Gem #945A2D

Color information

#945A2D (or 0x945A2D) is unknown color: approx Chelsea Gem. HEX triplet: 94, 5A and 2D. RGB value is (148,90,45). Sum of RGB (Red+Green+Blue) = 148+90+45=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #945A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945A2D is #6BA5D2. Grayscale: #666666. Windows color (decimal): -7054803 or 2972308. OLE color: 2972308.

HSL color Cylindrical-coordinate representation of color #945A2D: hue angle of 26.21º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #945A2D is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1489045-
CMYK00.390.700.42
HSL26.21º53.37%37.84%-
HSV(B)26.21º69.59%58.04%-
XYZ16.3413.84.28-
YUV102.2195.72160.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.30%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 45 (17.97% from 255) = 15.90%
R=52.30%
G=31.80%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148904500.390.700.4226.2153.3737.84
Hex945A2D027462A1a3526
Octal2241325504710652326546
Binary1001010010110101011010100111100011010101011010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945A2D; }

 p { color: rgb(148,90,45); }

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

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

 a { background-color: rgb(148,90,45); }

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

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

 span { border-color: rgb(148,90,45); }

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