#935429

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

Shades of Chelsea Gem #935429

Tints of Chelsea Gem #935429

Color information

#935429 (or 0x935429) is unknown color: approx Chelsea Gem. HEX triplet: 93, 54 and 29. RGB value is (147,84,41). Sum of RGB (Red+Green+Blue) = 147+84+41=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #935429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935429 is #6CABD6. Grayscale: #626262. Windows color (decimal): -7121879 or 2708627. OLE color: 2708627.

HSL color Cylindrical-coordinate representation of color #935429: hue angle of 24.34º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #935429 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1478441-
CMYK00.430.720.42
HSL24.34º56.38%36.86%-
HSV(B)24.34º72.11%57.65%-
XYZ15.612.73.73-
YUV97.9495.87163-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.04%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=54.04%
G=30.88%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147844100.430.720.4224.3456.3836.86
Hex93542902B482A183825
Octal2231245105311052307045
Binary1001001110101001010010101011100100010101011000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935429; }

 p { color: rgb(147,84,41); }

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

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

 a { background-color: rgb(147,84,41); }

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

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

 span { border-color: rgb(147,84,41); }

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