#935930

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

Shades of Chelsea Gem #935930

Tints of Chelsea Gem #935930

Color information

#935930 (or 0x935930) is unknown color: approx Chelsea Gem. HEX triplet: 93, 59 and 30. RGB value is (147,89,48). Sum of RGB (Red+Green+Blue) = 147+89+48=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #935930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935930 is #6CA6CF. Grayscale: #656565. Windows color (decimal): -7120592 or 3168659. OLE color: 3168659.

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

Color convert

RGB1478948-
CMYK00.390.670.42
HSL24.85º50.77%38.24%-
HSV(B)24.85º67.35%57.65%-
XYZ16.1413.564.56-
YUV101.6797.72160.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.76%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 48 (19.14% from 255) = 16.90%
R=51.76%
G=31.34%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147894800.390.670.4224.8550.7738.24
Hex935930027432A193326
Octal2231316004710352316346
Binary1001001110110011100000100111100001110101011001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935930; }

 p { color: rgb(147,89,48); }

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

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

 a { background-color: rgb(147,89,48); }

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

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

 span { border-color: rgb(147,89,48); }

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