Html Css Color HEX #9F581B Rich Gold

📋 copy color: '#9F581B'

red 159 ◦ green 88 ◦ blue 27

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

Shades of Rich Gold #9F581B

Tints of Rich Gold #9F581B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 58.03%
G = 32.12%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F581B (or 0x9F581B) is known color: Rich Gold. HEX triplet: 9F, 58 and 1B. RGB value is (159,88,27). Sum of RGB (Red+Green+Blue) = 159+88+27=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F581B is #60A7E4. Grayscale: #666666. Windows color (decimal): -6334437 or 1792159. OLE color: 1792159.

HSL color Cylindrical-coordinate representation of color #9F581B: hue angle of 27.73º degrees, saturation: 0.71, 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 #9F581B is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 88 27 -
CMYK 0 0.45 0.83 0.38
HSL 27.73º 0.71% 0.36% -
HSV(B) 27.73º 0.83% 0.62% -
XYZ 17.99 14.43 2.87 -
YUV 102.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 159 88 27 0 0.45 0.83 0.38 27.73 0.71 0.36
Hex 9F 58 1B 0 2D 53 26 1C 47 24
Octal 237 130 33 0 55 123 46 34 107 44
Binary 10011111 1011000 11011 0 101101 1010011 100110 11100 1000111 100100

Color Harmonies of #9F581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F581B

Black with #9F581B

Text Example


Text Example

White with #9F581B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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