#935730

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

Shades of Chelsea Gem #935730

Tints of Chelsea Gem #935730

Color information

#935730 (or 0x935730) is unknown color: approx Chelsea Gem. HEX triplet: 93, 57 and 30. RGB value is (147,87,48). Sum of RGB (Red+Green+Blue) = 147+87+48=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #935730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935730 is #6CA8CF. Grayscale: #646464. Windows color (decimal): -7121104 or 3168147. OLE color: 3168147.

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

Color convert

RGB1478748-
CMYK00.410.670.42
HSL23.64º50.77%38.24%-
HSV(B)23.64º67.35%57.65%-
XYZ15.9713.234.51-
YUV100.4998.38161.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.13%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 48 (19.14% from 255) = 17.02%
R=52.13%
G=30.85%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147874800.410.670.4223.6450.7738.24
Hex935730029432A183326
Octal2231276005110352306346
Binary1001001110101111100000101001100001110101011000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935730; }

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

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

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

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

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

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

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

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