Html Css Color HEX #9B7017 Golden Brown

📋 copy color: '#9B7017'

red 155 ◦ green 112 ◦ blue 23

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

Shades of Golden Brown #9B7017

Tints of Golden Brown #9B7017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

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

R = 53.45%
G = 38.62%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B7017 (or 0x9B7017) is known color: Golden Brown. HEX triplet: 9B, 70 and 17. RGB value is (155,112,23). Sum of RGB (Red+Green+Blue) = 155+112+23=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7017 is #648FE8. Grayscale: #737373. Windows color (decimal): -6590441 or 1536155. OLE color: 1536155.

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

Color convert

RGB 155 112 23 -
CMYK 0 0.28 0.85 0.39
HSL 40.45º 0.74% 0.35% -
HSV(B) 40.45º 0.85% 0.61% -
XYZ 19.47 18.62 3.38 -
YUV 114.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 155 112 23 0 0.28 0.85 0.39 40.45 0.74 0.35
Hex 9B 70 17 0 1C 55 27 28 4A 23
Octal 233 160 27 0 34 125 47 50 112 43
Binary 10011011 1110000 10111 0 11100 1010101 100111 101000 1001010 100011

Color Harmonies of #9B7017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7017

Black with #9B7017

Text Example


Text Example

White with #9B7017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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