Html Css Color HEX #9F581D Rich Gold

📋 copy color: '#9F581D'

red 159 ◦ green 88 ◦ blue 29

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

Shades of Rich Gold #9F581D

Tints of Rich Gold #9F581D

RGB

 RED value IS 159 (62.5% from 255) = 57.61%

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

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 57.61%
G = 31.88%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F581D (or 0x9F581D) is known color: Rich Gold. HEX triplet: 9F, 58 and 1D. RGB value is (159,88,29). Sum of RGB (Red+Green+Blue) = 159+88+29=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F581D is #60A7E2. Grayscale: #666666. Windows color (decimal): -6334435 or 1923231. OLE color: 1923231.

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

Color convert

RGB 159 88 29 -
CMYK 0 0.45 0.82 0.38
HSL 27.23º 0.69% 0.37% -
HSV(B) 27.23º 0.82% 0.62% -
XYZ 18.01 14.44 3 -
YUV 102.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 159 88 29 0 0.45 0.82 0.38 27.23 0.69 0.37
Hex 9F 58 1D 0 2D 52 26 1B 45 25
Octal 237 130 35 0 55 122 46 33 105 45
Binary 10011111 1011000 11101 0 101101 1010010 100110 11011 1000101 100101

Color Harmonies of #9F581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F581D

Black with #9F581D

Text Example


Text Example

White with #9F581D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,88,29); }

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

background-color css

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

 a { background-color: rgb(159,88,29); }

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

border-color css

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

 span { border-color: rgb(159,88,29); }

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