Html Css Color HEX #935035 Chelsea Gem

📋 copy color: '#935035'

red 147 ◦ green 80 ◦ blue 53

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

Shades of Chelsea Gem #935035

Tints of Chelsea Gem #935035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.93%

R = 52.5%
G = 28.57%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#935035 (or 0x935035) is known color: Chelsea Gem. HEX triplet: 93, 50 and 35. RGB value is (147,80,53). Sum of RGB (Red+Green+Blue) = 147+80+53=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #935035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935035 is #6CAFCA. Grayscale: #616161. Windows color (decimal): -7122891 or 3494035. OLE color: 3494035.

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

Color convert

RGB 147 80 53 -
CMYK 0 0.46 0.64 0.42
HSL 17.23º 0.47% 0.39% -
HSV(B) 17.23º 0.64% 0.58% -
XYZ 15.54 12.2 4.9 -
YUV 96.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 147 80 53 0 0.46 0.64 0.42 17.23 0.47 0.39
Hex 93 50 35 0 2E 40 2A 11 2F 27
Octal 223 120 65 0 56 100 52 21 57 47
Binary 10010011 1010000 110101 0 101110 1000000 101010 10001 101111 100111

Color Harmonies of #935035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935035

Black with #935035

Text Example


Text Example

White with #935035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935035; }

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

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

background-color css

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

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

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

border-color css

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

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

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