Html Css Color HEX #93532F Chelsea Gem

📋 copy color: '#93532F'

red 147 ◦ green 83 ◦ blue 47

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

Shades of Chelsea Gem #93532F

Tints of Chelsea Gem #93532F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.97%

R = 53.07%
G = 29.96%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#93532F (or 0x93532F) is known color: Chelsea Gem. HEX triplet: 93, 53 and 2F. RGB value is (147,83,47). Sum of RGB (Red+Green+Blue) = 147+83+47=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93532F is #6CACD0. Grayscale: #626262. Windows color (decimal): -7122129 or 3101587. OLE color: 3101587.

HSL color Cylindrical-coordinate representation of color #93532F: hue angle of 21.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93532F is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 83 47 -
CMYK 0 0.44 0.68 0.42
HSL 21.6º 0.52% 0.38% -
HSV(B) 21.6º 0.68% 0.58% -
XYZ 15.64 12.59 4.3 -
YUV 98.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 147 83 47 0 0.44 0.68 0.42 21.6 0.52 0.38
Hex 93 53 2F 0 2C 44 2A 16 34 26
Octal 223 123 57 0 54 104 52 26 64 46
Binary 10010011 1010011 101111 0 101100 1000100 101010 10110 110100 100110

Color Harmonies of #93532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93532F

Black with #93532F

Text Example


Text Example

White with #93532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93532F; }

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

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

background-color css

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

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

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

border-color css

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

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

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