Html Css Color HEX #9B591F Rich Gold

📋 copy color: '#9B591F'

red 155 ◦ green 89 ◦ blue 31

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

Shades of Rich Gold #9B591F

Tints of Rich Gold #9B591F

RGB

 RED value IS 155 (60.94% from 255) = 56.36%

 GREEN value IS 89 (35.16% from 255) = 32.36%

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 56.36%
G = 32.36%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B591F (or 0x9B591F) is known color: Rich Gold. HEX triplet: 9B, 59 and 1F. RGB value is (155,89,31). Sum of RGB (Red+Green+Blue) = 155+89+31=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B591F is #64A6E0. Grayscale: #666666. Windows color (decimal): -6596321 or 2054555. OLE color: 2054555.

HSL color Cylindrical-coordinate representation of color #9B591F: hue angle of 28.06º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B591F is Cyan = 0, Magento = 0.43, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 89 31 -
CMYK 0 0.43 0.8 0.39
HSL 28.06º 0.67% 0.36% -
HSV(B) 28.06º 0.8% 0.61% -
XYZ 17.34 14.21 3.13 -
YUV 102.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 155 89 31 0 0.43 0.8 0.39 28.06 0.67 0.36
Hex 9B 59 1F 0 2B 50 27 1C 43 24
Octal 233 131 37 0 53 120 47 34 103 44
Binary 10011011 1011001 11111 0 101011 1010000 100111 11100 1000011 100100

Color Harmonies of #9B591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B591F

Black with #9B591F

Text Example


Text Example

White with #9B591F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,31); }

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

background-color css

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

 a { background-color: rgb(155,89,31); }

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

border-color css

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

 span { border-color: rgb(155,89,31); }

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