Html Css Color HEX #9B5507 Golden Brown

📋 copy color: '#9B5507'

red 155 ◦ green 85 ◦ blue 7

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

Shades of Golden Brown #9B5507

Tints of Golden Brown #9B5507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.83%

R = 62.75%
G = 34.41%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B5507 (or 0x9B5507) is known color: Golden Brown. HEX triplet: 9B, 55 and 07. RGB value is (155,85,7). Sum of RGB (Red+Green+Blue) = 155+85+7=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5507 is #64AAF8. Grayscale: #616161. Windows color (decimal): -6597369 or 480667. OLE color: 480667.

HSL color Cylindrical-coordinate representation of color #9B5507: hue angle of 31.62º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B5507 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 85 7 -
CMYK 0 0.45 0.95 0.39
HSL 31.62º 0.91% 0.32% -
HSV(B) 31.62º 0.95% 0.61% -
XYZ 16.8 13.48 1.92 -
YUV 97.04 77.19 169.34 -
System Red Green Blue C M Y K H S L
Decimal 155 85 7 0 0.45 0.95 0.39 31.62 0.91 0.32
Hex 9B 55 7 0 2D 5F 27 20 5B 20
Octal 233 125 7 0 55 137 47 40 133 40
Binary 10011011 1010101 111 0 101101 1011111 100111 100000 1011011 100000

Color Harmonies of #9B5507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5507

Black with #9B5507

Text Example


Text Example

White with #9B5507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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