Html Css Color HEX #9B7111 Golden Brown

📋 copy color: '#9B7111'

red 155 ◦ green 113 ◦ blue 17

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

Shades of Golden Brown #9B7111

Tints of Golden Brown #9B7111

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.65%

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 54.39%
G = 39.65%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B7111 (or 0x9B7111) is known color: Golden Brown. HEX triplet: 9B, 71 and 11. RGB value is (155,113,17). Sum of RGB (Red+Green+Blue) = 155+113+17=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7111 is #648EEE. Grayscale: #737373. Windows color (decimal): -6590191 or 1143195. OLE color: 1143195.

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

Color convert

RGB 155 113 17 -
CMYK 0 0.27 0.89 0.39
HSL 41.74º 0.8% 0.34% -
HSV(B) 41.74º 0.89% 0.61% -
XYZ 19.52 18.82 3.13 -
YUV 114.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 155 113 17 0 0.27 0.89 0.39 41.74 0.8 0.34
Hex 9B 71 11 0 1B 59 27 2A 50 22
Octal 233 161 21 0 33 131 47 52 120 42
Binary 10011011 1110001 10001 0 11011 1011001 100111 101010 1010000 100010

Color Harmonies of #9B7111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7111

Black with #9B7111

Text Example


Text Example

White with #9B7111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,17); }

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

background-color css

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

 a { background-color: rgb(155,113,17); }

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

border-color css

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

 span { border-color: rgb(155,113,17); }

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