Html Css Color HEX #9B7901 Golden Brown

📋 copy color: '#9B7901'

red 155 ◦ green 121 ◦ blue 1

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

Shades of Golden Brown #9B7901

Tints of Golden Brown #9B7901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.68%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 55.96%
G = 43.68%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B7901 (or 0x9B7901) is known color: Golden Brown. HEX triplet: 9B, 79 and 01. RGB value is (155,121,1). Sum of RGB (Red+Green+Blue) = 155+121+1=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7901 is #6486FE. Grayscale: #767676. Windows color (decimal): -6588159 or 96667. OLE color: 96667.

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

Color convert

RGB 155 121 1 -
CMYK 0 0.22 0.99 0.39
HSL 46.75º 0.99% 0.31% -
HSV(B) 46.75º 0.99% 0.61% -
XYZ 20.36 20.65 2.94 -
YUV 117.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 155 121 1 0 0.22 0.99 0.39 46.75 0.99 0.31
Hex 9B 79 1 0 16 63 27 2F 63 1F
Octal 233 171 1 0 26 143 47 57 143 37
Binary 10011011 1111001 1 0 10110 1100011 100111 101111 1100011 11111

Color Harmonies of #9B7901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7901

Black with #9B7901

Text Example


Text Example

White with #9B7901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,121,1); }

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

background-color css

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

 a { background-color: rgb(155,121,1); }

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

border-color css

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

 span { border-color: rgb(155,121,1); }

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