Html Css Color HEX #9B471F Rich Gold

📋 copy color: '#9B471F'

red 155 ◦ green 71 ◦ blue 31

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

Shades of Rich Gold #9B471F

Tints of Rich Gold #9B471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

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

R = 60.31%
G = 27.63%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B471F (or 0x9B471F) is known color: Rich Gold. HEX triplet: 9B, 47 and 1F. RGB value is (155,71,31). Sum of RGB (Red+Green+Blue) = 155+71+31=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B471F is #64B8E0. Grayscale: #5B5B5B. Windows color (decimal): -6600929 or 2049947. OLE color: 2049947.

HSL color Cylindrical-coordinate representation of color #9B471F: hue angle of 19.35º 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 #9B471F is Cyan = 0, Magento = 0.54, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 71 31 -
CMYK 0 0.54 0.8 0.39
HSL 19.35º 0.67% 0.36% -
HSV(B) 19.35º 0.8% 0.61% -
XYZ 16.02 11.57 2.69 -
YUV 91.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 155 71 31 0 0.54 0.8 0.39 19.35 0.67 0.36
Hex 9B 47 1F 0 36 50 27 13 43 24
Octal 233 107 37 0 66 120 47 23 103 44
Binary 10011011 1000111 11111 0 110110 1010000 100111 10011 1000011 100100

Color Harmonies of #9B471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B471F

Black with #9B471F

Text Example


Text Example

White with #9B471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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