Html Css Color HEX #935332 Chelsea Gem

📋 copy color: '#935332'

red 147 ◦ green 83 ◦ blue 50

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

Shades of Chelsea Gem #935332

Tints of Chelsea Gem #935332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 52.5%
G = 29.64%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#935332 (or 0x935332) is known color: Chelsea Gem. HEX triplet: 93, 53 and 32. RGB value is (147,83,50). Sum of RGB (Red+Green+Blue) = 147+83+50=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #935332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935332 is #6CACCD. Grayscale: #626262. Windows color (decimal): -7122126 or 3298195. OLE color: 3298195.

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

Color convert

RGB 147 83 50 -
CMYK 0 0.44 0.66 0.42
HSL 20.41º 0.49% 0.39% -
HSV(B) 20.41º 0.66% 0.58% -
XYZ 15.7 12.62 4.63 -
YUV 98.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 147 83 50 0 0.44 0.66 0.42 20.41 0.49 0.39
Hex 93 53 32 0 2C 42 2A 14 31 27
Octal 223 123 62 0 54 102 52 24 61 47
Binary 10010011 1010011 110010 0 101100 1000010 101010 10100 110001 100111

Color Harmonies of #935332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935332

Black with #935332

Text Example


Text Example

White with #935332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935332; }

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

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

background-color css

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

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

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

border-color css

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

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

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