Html Css Color HEX #9D581C Rich Gold

📋 copy color: '#9D581C'

red 157 ◦ green 88 ◦ blue 28

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

Shades of Rich Gold #9D581C

Tints of Rich Gold #9D581C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 57.51%
G = 32.23%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D581C (or 0x9D581C) is known color: Rich Gold. HEX triplet: 9D, 58 and 1C. RGB value is (157,88,28). Sum of RGB (Red+Green+Blue) = 157+88+28=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D581C is #62A7E3. Grayscale: #666666. Windows color (decimal): -6465508 or 1857693. OLE color: 1857693.

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

Color convert

RGB 157 88 28 -
CMYK 0 0.44 0.82 0.38
HSL 27.91º 0.7% 0.36% -
HSV(B) 27.91º 0.82% 0.62% -
XYZ 17.6 14.23 2.92 -
YUV 101.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 157 88 28 0 0.44 0.82 0.38 27.91 0.7 0.36
Hex 9D 58 1C 0 2C 52 26 1C 46 24
Octal 235 130 34 0 54 122 46 34 106 44
Binary 10011101 1011000 11100 0 101100 1010010 100110 11100 1000110 100100

Color Harmonies of #9D581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D581C

Black with #9D581C

Text Example


Text Example

White with #9D581C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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