Html Css Color HEX #935039 Chelsea Gem

📋 copy color: '#935039'

red 147 ◦ green 80 ◦ blue 57

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

Shades of Chelsea Gem #935039

Tints of Chelsea Gem #935039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

 BLUE value IS 57 (22.66% from 255) = 20.07%

R = 51.76%
G = 28.17%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#935039 (or 0x935039) is known color: Chelsea Gem. HEX triplet: 93, 50 and 39. RGB value is (147,80,57). Sum of RGB (Red+Green+Blue) = 147+80+57=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #935039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935039 is #6CAFC6. Grayscale: #616161. Windows color (decimal): -7122887 or 3756179. OLE color: 3756179.

HSL color Cylindrical-coordinate representation of color #935039: hue angle of 15.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #935039 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 80 57 -
CMYK 0 0.46 0.61 0.42
HSL 15.33º 0.44% 0.4% -
HSV(B) 15.33º 0.61% 0.58% -
XYZ 15.64 12.24 5.41 -
YUV 97.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 147 80 57 0 0.46 0.61 0.42 15.33 0.44 0.4
Hex 93 50 39 0 2E 3D 2A F 2C 28
Octal 223 120 71 0 56 75 52 17 54 50
Binary 10010011 1010000 111001 0 101110 111101 101010 1111 101100 101000

Color Harmonies of #935039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935039

Black with #935039

Text Example


Text Example

White with #935039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935039; }

 p { color: rgb(147,80,57); }

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

background-color css

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

 a { background-color: rgb(147,80,57); }

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

border-color css

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

 span { border-color: rgb(147,80,57); }

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