Html Css Color HEX #9B7209 Golden Brown

📋 copy color: '#9B7209'

red 155 ◦ green 114 ◦ blue 9

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

Shades of Golden Brown #9B7209

Tints of Golden Brown #9B7209

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

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

R = 55.76%
G = 41.01%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B7209 (or 0x9B7209) is known color: Golden Brown. HEX triplet: 9B, 72 and 09. RGB value is (155,114,9). Sum of RGB (Red+Green+Blue) = 155+114+9=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7209 is #648DF6. Grayscale: #727272. Windows color (decimal): -6589943 or 619163. OLE color: 619163.

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

Color convert

RGB 155 114 9 -
CMYK 0 0.26 0.94 0.39
HSL 43.15º 0.89% 0.32% -
HSV(B) 43.15º 0.94% 0.61% -
XYZ 19.58 19.02 2.9 -
YUV 114.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 155 114 9 0 0.26 0.94 0.39 43.15 0.89 0.32
Hex 9B 72 9 0 1A 5E 27 2B 59 20
Octal 233 162 11 0 32 136 47 53 131 40
Binary 10011011 1110010 1001 0 11010 1011110 100111 101011 1011001 100000

Color Harmonies of #9B7209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7209

Black with #9B7209

Text Example


Text Example

White with #9B7209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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