Html Css Color HEX #9D581A Rich Gold

📋 copy color: '#9D581A'

red 157 ◦ green 88 ◦ blue 26

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

Shades of Rich Gold #9D581A

Tints of Rich Gold #9D581A

RGB

 RED value IS 157 (61.72% from 255) = 57.93%

 GREEN value IS 88 (34.77% from 255) = 32.47%

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

R = 57.93%
G = 32.47%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D581A (or 0x9D581A) is known color: Rich Gold. HEX triplet: 9D, 58 and 1A. RGB value is (157,88,26). Sum of RGB (Red+Green+Blue) = 157+88+26=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D581A is #62A7E5. Grayscale: #656565. Windows color (decimal): -6465510 or 1726621. OLE color: 1726621.

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

Color convert

RGB 157 88 26 -
CMYK 0 0.44 0.83 0.38
HSL 28.4º 0.72% 0.36% -
HSV(B) 28.4º 0.83% 0.62% -
XYZ 17.58 14.22 2.8 -
YUV 101.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 157 88 26 0 0.44 0.83 0.38 28.4 0.72 0.36
Hex 9D 58 1A 0 2C 53 26 1C 48 24
Octal 235 130 32 0 54 123 46 34 110 44
Binary 10011101 1011000 11010 0 101100 1010011 100110 11100 1001000 100100

Color Harmonies of #9D581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D581A

Black with #9D581A

Text Example


Text Example

White with #9D581A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,88,26); }

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

background-color css

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

 a { background-color: rgb(157,88,26); }

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

border-color css

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

 span { border-color: rgb(157,88,26); }

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