Html Css Color HEX #9E5225 Rich Gold

📋 copy color: '#9E5225'

red 158 ◦ green 82 ◦ blue 37

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

Shades of Rich Gold #9E5225

Tints of Rich Gold #9E5225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.36%

R = 57.04%
G = 29.6%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9E5225 (or 0x9E5225) is known color: Rich Gold. HEX triplet: 9E, 52 and 25. RGB value is (158,82,37). Sum of RGB (Red+Green+Blue) = 158+82+37=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5225 is #61ADDA. Grayscale: #636363. Windows color (decimal): -6401499 or 2445982. OLE color: 2445982.

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

Color convert

RGB 158 82 37 -
CMYK 0 0.48 0.77 0.38
HSL 22.31º 0.62% 0.38% -
HSV(B) 22.31º 0.77% 0.62% -
XYZ 17.45 13.44 3.42 -
YUV 99.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 158 82 37 0 0.48 0.77 0.38 22.31 0.62 0.38
Hex 9E 52 25 0 30 4D 26 16 3E 26
Octal 236 122 45 0 60 115 46 26 76 46
Binary 10011110 1010010 100101 0 110000 1001101 100110 10110 111110 100110

Color Harmonies of #9E5225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5225

Black with #9E5225

Text Example


Text Example

White with #9E5225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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