#945734

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

Shades of Chelsea Gem #945734

Tints of Chelsea Gem #945734

Color information

#945734 (or 0x945734) is unknown color: approx Chelsea Gem. HEX triplet: 94, 57 and 34. RGB value is (148,87,52). Sum of RGB (Red+Green+Blue) = 148+87+52=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #945734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945734 is #6BA8CB. Grayscale: #656565. Windows color (decimal): -7055564 or 3430292. OLE color: 3430292.

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

Color convert

RGB1488752-
CMYK00.410.650.42
HSL21.88º48%39.22%-
HSV(B)21.88º64.86%58.04%-
XYZ16.2413.364.97-
YUV101.25100.21161.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=51.57%
G=30.31%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148875200.410.650.4221.884839.22
Hex945734029412A163027
Octal2241276405110152266047
Binary1001010010101111101000101001100000110101010110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945734; }

 p { color: rgb(148,87,52); }

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

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

 a { background-color: rgb(148,87,52); }

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

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

 span { border-color: rgb(148,87,52); }

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