Html Css Color HEX #9E551A Rich Gold

📋 copy color: '#9E551A'

red 158 ◦ green 85 ◦ blue 26

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

Shades of Rich Gold #9E551A

Tints of Rich Gold #9E551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 58.74%
G = 31.6%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E551A (or 0x9E551A) is known color: Rich Gold. HEX triplet: 9E, 55 and 1A. RGB value is (158,85,26). Sum of RGB (Red+Green+Blue) = 158+85+26=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E551A is #61AAE5. Grayscale: #646464. Windows color (decimal): -6400742 or 1725854. OLE color: 1725854.

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

Color convert

RGB 158 85 26 -
CMYK 0 0.46 0.84 0.38
HSL 26.82º 0.72% 0.36% -
HSV(B) 26.82º 0.84% 0.62% -
XYZ 17.54 13.84 2.72 -
YUV 100.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 158 85 26 0 0.46 0.84 0.38 26.82 0.72 0.36
Hex 9E 55 1A 0 2E 54 26 1B 48 24
Octal 236 125 32 0 56 124 46 33 110 44
Binary 10011110 1010101 11010 0 101110 1010100 100110 11011 1001000 100100

Color Harmonies of #9E551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E551A

Black with #9E551A

Text Example


Text Example

White with #9E551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,85,26); }

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

background-color css

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

 a { background-color: rgb(158,85,26); }

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

border-color css

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

 span { border-color: rgb(158,85,26); }

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