Html Css Color HEX #9E521F Rich Gold

📋 copy color: '#9E521F'

red 158 ◦ green 82 ◦ blue 31

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

Shades of Rich Gold #9E521F

Tints of Rich Gold #9E521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 58.3%
G = 30.26%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9E521F (or 0x9E521F) is known color: Rich Gold. HEX triplet: 9E, 52 and 1F. RGB value is (158,82,31). Sum of RGB (Red+Green+Blue) = 158+82+31=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E521F is #61ADE0. Grayscale: #636363. Windows color (decimal): -6401505 or 2052766. OLE color: 2052766.

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

Color convert

RGB 158 82 31 -
CMYK 0 0.48 0.80 0.38
HSL 24.09º 0.67% 0.37% -
HSV(B) 24.09º 0.8% 0.62% -
XYZ 17.37 13.4 2.97 -
YUV 98.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 158 82 31 0 0.48 0.80 0.38 24.09 0.67 0.37
Hex 9E 52 1F 0 30 50 26 18 43 25
Octal 236 122 37 0 60 120 46 30 103 45
Binary 10011110 1010010 11111 0 110000 1010000 100110 11000 1000011 100101

Color Harmonies of #9E521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E521F

Black with #9E521F

Text Example


Text Example

White with #9E521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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