Html Css Color HEX #935331 Chelsea Gem

📋 copy color: '#935331'

red 147 ◦ green 83 ◦ blue 49

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

Shades of Chelsea Gem #935331

Tints of Chelsea Gem #935331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.75%

 BLUE value IS 49 (19.53% from 255) = 17.56%

R = 52.69%
G = 29.75%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#935331 (or 0x935331) is known color: Chelsea Gem. HEX triplet: 93, 53 and 31. RGB value is (147,83,49). Sum of RGB (Red+Green+Blue) = 147+83+49=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #935331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935331 is #6CACCE. Grayscale: #626262. Windows color (decimal): -7122127 or 3232659. OLE color: 3232659.

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

Color convert

RGB 147 83 49 -
CMYK 0 0.44 0.67 0.42
HSL 20.82º 0.5% 0.38% -
HSV(B) 20.82º 0.67% 0.58% -
XYZ 15.68 12.61 4.51 -
YUV 98.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 147 83 49 0 0.44 0.67 0.42 20.82 0.5 0.38
Hex 93 53 31 0 2C 43 2A 15 32 26
Octal 223 123 61 0 54 103 52 25 62 46
Binary 10010011 1010011 110001 0 101100 1000011 101010 10101 110010 100110

Color Harmonies of #935331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935331

Black with #935331

Text Example


Text Example

White with #935331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935331; }

 p { color: rgb(147,83,49); }

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

background-color css

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

 a { background-color: rgb(147,83,49); }

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

border-color css

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

 span { border-color: rgb(147,83,49); }

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