Html Css Color HEX #9E5221 Rich Gold

📋 copy color: '#9E5221'

red 158 ◦ green 82 ◦ blue 33

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

Shades of Rich Gold #9E5221

Tints of Rich Gold #9E5221

RGB

 RED value IS 158 (62.11% from 255) = 57.88%

 GREEN value IS 82 (32.42% from 255) = 30.04%

 BLUE value IS 33 (13.28% from 255) = 12.09%

R = 57.88%
G = 30.04%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9E5221 (or 0x9E5221) is known color: Rich Gold. HEX triplet: 9E, 52 and 21. RGB value is (158,82,33). Sum of RGB (Red+Green+Blue) = 158+82+33=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5221 is #61ADDE. Grayscale: #636363. Windows color (decimal): -6401503 or 2183838. OLE color: 2183838.

HSL color Cylindrical-coordinate representation of color #9E5221: hue angle of 23.52º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E5221 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 82 33 -
CMYK 0 0.48 0.79 0.38
HSL 23.52º 0.65% 0.37% -
HSV(B) 23.52º 0.79% 0.62% -
XYZ 17.39 13.41 3.11 -
YUV 99.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 158 82 33 0 0.48 0.79 0.38 23.52 0.65 0.37
Hex 9E 52 21 0 30 4F 26 18 41 25
Octal 236 122 41 0 60 117 46 30 101 45
Binary 10011110 1010010 100001 0 110000 1001111 100110 11000 1000001 100101

Color Harmonies of #9E5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5221

Black with #9E5221

Text Example


Text Example

White with #9E5221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E5221; }

 p { color: rgb(158,82,33); }

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

background-color css

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

 a { background-color: rgb(158,82,33); }

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

border-color css

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

 span { border-color: rgb(158,82,33); }

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