Html Css Color HEX #9B5017 Rich Gold

📋 copy color: '#9B5017'

red 155 ◦ green 80 ◦ blue 23

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

Shades of Rich Gold #9B5017

Tints of Rich Gold #9B5017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

 BLUE value IS 23 (9.38% from 255) = 8.91%

R = 60.08%
G = 31.01%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B5017 (or 0x9B5017) is known color: Rich Gold. HEX triplet: 9B, 50 and 17. RGB value is (155,80,23). Sum of RGB (Red+Green+Blue) = 155+80+23=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5017 is #64AFE8. Grayscale: #606060. Windows color (decimal): -6598633 or 1527963. OLE color: 1527963.

HSL color Cylindrical-coordinate representation of color #9B5017: hue angle of 25.91º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B5017 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 80 23 -
CMYK 0 0.48 0.85 0.39
HSL 25.91º 0.74% 0.35% -
HSV(B) 25.91º 0.85% 0.61% -
XYZ 16.54 12.77 2.4 -
YUV 95.93 86.85 170.13 -
System Red Green Blue C M Y K H S L
Decimal 155 80 23 0 0.48 0.85 0.39 25.91 0.74 0.35
Hex 9B 50 17 0 30 55 27 1A 4A 23
Octal 233 120 27 0 60 125 47 32 112 43
Binary 10011011 1010000 10111 0 110000 1010101 100111 11010 1001010 100011

Color Harmonies of #9B5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5017

Black with #9B5017

Text Example


Text Example

White with #9B5017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,80,23); }

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

background-color css

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

 a { background-color: rgb(155,80,23); }

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

border-color css

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

 span { border-color: rgb(155,80,23); }

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