Html Css Color HEX #9B7005 Golden Brown

📋 copy color: '#9B7005'

red 155 ◦ green 112 ◦ blue 5

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

Shades of Golden Brown #9B7005

Tints of Golden Brown #9B7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.18%

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

R = 56.99%
G = 41.18%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B7005 (or 0x9B7005) is known color: Golden Brown. HEX triplet: 9B, 70 and 05. RGB value is (155,112,5). Sum of RGB (Red+Green+Blue) = 155+112+5=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7005 is #648FFA. Grayscale: #717171. Windows color (decimal): -6590459 or 356507. OLE color: 356507.

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

Color convert

RGB 155 112 5 -
CMYK 0 0.28 0.97 0.39
HSL 42.8º 0.94% 0.31% -
HSV(B) 42.8º 0.97% 0.61% -
XYZ 19.34 18.57 2.71 -
YUV 112.66 67.25 158.2 -
System Red Green Blue C M Y K H S L
Decimal 155 112 5 0 0.28 0.97 0.39 42.8 0.94 0.31
Hex 9B 70 5 0 1C 61 27 2B 5E 1F
Octal 233 160 5 0 34 141 47 53 136 37
Binary 10011011 1110000 101 0 11100 1100001 100111 101011 1011110 11111

Color Harmonies of #9B7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7005

Black with #9B7005

Text Example


Text Example

White with #9B7005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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