Html Css Color HEX #935529 Chelsea Gem

📋 copy color: '#935529'

red 147 ◦ green 85 ◦ blue 41

#935529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Gem #935529

Tints of Chelsea Gem #935529

RGB

 RED value IS 147 (57.81% from 255) = 53.85%

 GREEN value IS 85 (33.59% from 255) = 31.14%

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 53.85%
G = 31.14%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#935529 (or 0x935529) is known color: Chelsea Gem. HEX triplet: 93, 55 and 29. RGB value is (147,85,41). Sum of RGB (Red+Green+Blue) = 147+85+41=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #935529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935529 is #6CAAD6. Grayscale: #626262. Windows color (decimal): -7121623 or 2708883. OLE color: 2708883.

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

Color convert

RGB 147 85 41 -
CMYK 0 0.42 0.72 0.42
HSL 24.91º 0.56% 0.37% -
HSV(B) 24.91º 0.72% 0.58% -
XYZ 15.68 12.86 3.75 -
YUV 98.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 147 85 41 0 0.42 0.72 0.42 24.91 0.56 0.37
Hex 93 55 29 0 2A 48 2A 19 38 25
Octal 223 125 51 0 52 110 52 31 70 45
Binary 10010011 1010101 101001 0 101010 1001000 101010 11001 111000 100101

Color Harmonies of #935529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935529

Black with #935529

Text Example


Text Example

White with #935529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935529; }

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

 H1.HeaderClassName
 {
   color: #935529;
 }
 .AnyTagClassName
 {
   color: #935529;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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