Html Css Color HEX #9B5909 Golden Brown

📋 copy color: '#9B5909'

red 155 ◦ green 89 ◦ blue 9

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

Shades of Golden Brown #9B5909

Tints of Golden Brown #9B5909

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.18%

 BLUE value IS 9 (3.91% from 255) = 3.56%

R = 61.26%
G = 35.18%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B5909 (or 0x9B5909) is known color: Golden Brown. HEX triplet: 9B, 59 and 09. RGB value is (155,89,9). Sum of RGB (Red+Green+Blue) = 155+89+9=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5909 is #64A6F6. Grayscale: #636363. Windows color (decimal): -6596343 or 612763. OLE color: 612763.

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

Color convert

RGB 155 89 9 -
CMYK 0 0.43 0.94 0.39
HSL 32.88º 0.89% 0.32% -
HSV(B) 32.88º 0.94% 0.61% -
XYZ 17.14 14.13 2.08 -
YUV 99.61 76.87 167.5 -
System Red Green Blue C M Y K H S L
Decimal 155 89 9 0 0.43 0.94 0.39 32.88 0.89 0.32
Hex 9B 59 9 0 2B 5E 27 21 59 20
Octal 233 131 11 0 53 136 47 41 131 40
Binary 10011011 1011001 1001 0 101011 1011110 100111 100001 1011001 100000

Color Harmonies of #9B5909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5909

Black with #9B5909

Text Example


Text Example

White with #9B5909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,9); }

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

background-color css

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

 a { background-color: rgb(155,89,9); }

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

border-color css

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

 span { border-color: rgb(155,89,9); }

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