Html Css Color HEX #9B5511 Golden Brown

📋 copy color: '#9B5511'

red 155 ◦ green 85 ◦ blue 17

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

Shades of Golden Brown #9B5511

Tints of Golden Brown #9B5511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.07%

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

R = 60.31%
G = 33.07%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B5511 (or 0x9B5511) is known color: Golden Brown. HEX triplet: 9B, 55 and 11. RGB value is (155,85,17). Sum of RGB (Red+Green+Blue) = 155+85+17=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5511 is #64AAEE. Grayscale: #626262. Windows color (decimal): -6597359 or 1136027. OLE color: 1136027.

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

Color convert

RGB 155 85 17 -
CMYK 0 0.45 0.89 0.39
HSL 29.57º 0.8% 0.34% -
HSV(B) 29.57º 0.89% 0.61% -
XYZ 16.87 13.51 2.25 -
YUV 98.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 155 85 17 0 0.45 0.89 0.39 29.57 0.8 0.34
Hex 9B 55 11 0 2D 59 27 1E 50 22
Octal 233 125 21 0 55 131 47 36 120 42
Binary 10011011 1010101 10001 0 101101 1011001 100111 11110 1010000 100010

Color Harmonies of #9B5511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5511

Black with #9B5511

Text Example


Text Example

White with #9B5511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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