#935830

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

Shades of Chelsea Gem #935830

Tints of Chelsea Gem #935830

Color information

#935830 (or 0x935830) is unknown color: approx Chelsea Gem. HEX triplet: 93, 58 and 30. RGB value is (147,88,48). Sum of RGB (Red+Green+Blue) = 147+88+48=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #935830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935830 is #6CA7CF. Grayscale: #656565. Windows color (decimal): -7120848 or 3168403. OLE color: 3168403.

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

Color convert

RGB1478848-
CMYK00.400.670.42
HSL24.24º50.77%38.24%-
HSV(B)24.24º67.35%57.65%-
XYZ16.0613.44.54-
YUV101.0898.05160.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.94%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 48 (19.14% from 255) = 16.96%
R=51.94%
G=31.10%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147884800.400.670.4224.2450.7738.24
Hex935830028432A183326
Octal2231306005010352306346
Binary1001001110110001100000101000100001110101011000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935830; }

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

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

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

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

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

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

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

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