Html Css Color HEX #9B7411 Golden Brown

📋 copy color: '#9B7411'

red 155 ◦ green 116 ◦ blue 17

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

Shades of Golden Brown #9B7411

Tints of Golden Brown #9B7411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.28%

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

R = 53.82%
G = 40.28%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B7411 (or 0x9B7411) is known color: Golden Brown. HEX triplet: 9B, 74 and 11. RGB value is (155,116,17). Sum of RGB (Red+Green+Blue) = 155+116+17=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7411 is #648BEE. Grayscale: #747474. Windows color (decimal): -6589423 or 1143963. OLE color: 1143963.

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

Color convert

RGB 155 116 17 -
CMYK 0 0.25 0.89 0.39
HSL 43.04º 0.8% 0.34% -
HSV(B) 43.04º 0.89% 0.61% -
XYZ 19.86 19.5 3.25 -
YUV 116.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 155 116 17 0 0.25 0.89 0.39 43.04 0.8 0.34
Hex 9B 74 11 0 19 59 27 2B 50 22
Octal 233 164 21 0 31 131 47 53 120 42
Binary 10011011 1110100 10001 0 11001 1011001 100111 101011 1010000 100010

Color Harmonies of #9B7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7411

Black with #9B7411

Text Example


Text Example

White with #9B7411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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