Html Css Color HEX #9B4720 Rich Gold

📋 copy color: '#9B4720'

red 155 ◦ green 71 ◦ blue 32

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

Shades of Rich Gold #9B4720

Tints of Rich Gold #9B4720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 60.08%
G = 27.52%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B4720 (or 0x9B4720) is known color: Rich Gold. HEX triplet: 9B, 47 and 20. RGB value is (155,71,32). Sum of RGB (Red+Green+Blue) = 155+71+32=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4720 is #64B8DF. Grayscale: #5B5B5B. Windows color (decimal): -6600928 or 2115483. OLE color: 2115483.

HSL color Cylindrical-coordinate representation of color #9B4720: hue angle of 19.02º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B4720 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 71 32 -
CMYK 0 0.54 0.79 0.39
HSL 19.02º 0.66% 0.37% -
HSV(B) 19.02º 0.79% 0.61% -
XYZ 16.03 11.58 2.76 -
YUV 91.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 155 71 32 0 0.54 0.79 0.39 19.02 0.66 0.37
Hex 9B 47 20 0 36 4F 27 13 42 25
Octal 233 107 40 0 66 117 47 23 102 45
Binary 10011011 1000111 100000 0 110110 1001111 100111 10011 1000010 100101

Color Harmonies of #9B4720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4720

Black with #9B4720

Text Example


Text Example

White with #9B4720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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