Html Css Color HEX #935530 Chelsea Gem

📋 copy color: '#935530'

red 147 ◦ green 85 ◦ blue 48

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

Shades of Chelsea Gem #935530

Tints of Chelsea Gem #935530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 52.5%
G = 30.36%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#935530 (or 0x935530) is known color: Chelsea Gem. HEX triplet: 93, 55 and 30. RGB value is (147,85,48). Sum of RGB (Red+Green+Blue) = 147+85+48=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #935530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935530 is #6CAACF. Grayscale: #636363. Windows color (decimal): -7121616 or 3167635. OLE color: 3167635.

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

Color convert

RGB 147 85 48 -
CMYK 0 0.42 0.67 0.42
HSL 22.42º 0.51% 0.38% -
HSV(B) 22.42º 0.67% 0.58% -
XYZ 15.81 12.91 4.46 -
YUV 99.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 147 85 48 0 0.42 0.67 0.42 22.42 0.51 0.38
Hex 93 55 30 0 2A 43 2A 16 33 26
Octal 223 125 60 0 52 103 52 26 63 46
Binary 10010011 1010101 110000 0 101010 1000011 101010 10110 110011 100110

Color Harmonies of #935530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935530

Black with #935530

Text Example


Text Example

White with #935530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935530; }

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

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

background-color css

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

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

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

border-color css

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

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

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