Html Css Color HEX #9B7405 Golden Brown

📋 copy color: '#9B7405'

red 155 ◦ green 116 ◦ blue 5

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

Shades of Golden Brown #9B7405

Tints of Golden Brown #9B7405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 56.16%
G = 42.03%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B7405 (or 0x9B7405) is known color: Golden Brown. HEX triplet: 9B, 74 and 05. RGB value is (155,116,5). Sum of RGB (Red+Green+Blue) = 155+116+5=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7405 is #648BFA. Grayscale: #737373. Windows color (decimal): -6589435 or 357531. OLE color: 357531.

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

Color convert

RGB 155 116 5 -
CMYK 0 0.25 0.97 0.39
HSL 44.4º 0.94% 0.31% -
HSV(B) 44.4º 0.97% 0.61% -
XYZ 19.79 19.47 2.86 -
YUV 115.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 155 116 5 0 0.25 0.97 0.39 44.4 0.94 0.31
Hex 9B 74 5 0 19 61 27 2C 5E 1F
Octal 233 164 5 0 31 141 47 54 136 37
Binary 10011011 1110100 101 0 11001 1100001 100111 101100 1011110 11111

Color Harmonies of #9B7405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7405

Black with #9B7405

Text Example


Text Example

White with #9B7405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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