Html Css Color HEX #935533 Chelsea Gem

📋 copy color: '#935533'

red 147 ◦ green 85 ◦ blue 51

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

Shades of Chelsea Gem #935533

Tints of Chelsea Gem #935533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.02%

R = 51.94%
G = 30.04%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#935533 (or 0x935533) is known color: Chelsea Gem. HEX triplet: 93, 55 and 33. RGB value is (147,85,51). Sum of RGB (Red+Green+Blue) = 147+85+51=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #935533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935533 is #6CAACC. Grayscale: #636363. Windows color (decimal): -7121613 or 3364243. OLE color: 3364243.

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

Color convert

RGB 147 85 51 -
CMYK 0 0.42 0.65 0.42
HSL 21.25º 0.48% 0.39% -
HSV(B) 21.25º 0.65% 0.58% -
XYZ 15.88 12.94 4.79 -
YUV 99.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 147 85 51 0 0.42 0.65 0.42 21.25 0.48 0.39
Hex 93 55 33 0 2A 41 2A 15 30 27
Octal 223 125 63 0 52 101 52 25 60 47
Binary 10010011 1010101 110011 0 101010 1000001 101010 10101 110000 100111

Color Harmonies of #935533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935533

Black with #935533

Text Example


Text Example

White with #935533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935533; }

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

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

background-color css

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

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

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

border-color css

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

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

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