Html Css Color HEX #9B7805 Golden Brown

📋 copy color: '#9B7805'

red 155 ◦ green 120 ◦ blue 5

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

Shades of Golden Brown #9B7805

Tints of Golden Brown #9B7805

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.86%

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

R = 55.36%
G = 42.86%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B7805 (or 0x9B7805) is known color: Golden Brown. HEX triplet: 9B, 78 and 05. RGB value is (155,120,5). Sum of RGB (Red+Green+Blue) = 155+120+5=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7805 is #6487FA. Grayscale: #757575. Windows color (decimal): -6588411 or 358555. OLE color: 358555.

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

Color convert

RGB 155 120 5 -
CMYK 0 0.23 0.97 0.39
HSL 46º 0.94% 0.31% -
HSV(B) 46º 0.97% 0.61% -
XYZ 20.26 20.41 3.02 -
YUV 117.36 64.6 154.85 -
System Red Green Blue C M Y K H S L
Decimal 155 120 5 0 0.23 0.97 0.39 46 0.94 0.31
Hex 9B 78 5 0 17 61 27 2E 5E 1F
Octal 233 170 5 0 27 141 47 56 136 37
Binary 10011011 1111000 101 0 10111 1100001 100111 101110 1011110 11111

Color Harmonies of #9B7805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7805

Black with #9B7805

Text Example


Text Example

White with #9B7805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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