Html Css Color HEX #9B7A01 Golden Brown

📋 copy color: '#9B7A01'

red 155 ◦ green 122 ◦ blue 1

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

Shades of Golden Brown #9B7A01

Tints of Golden Brown #9B7A01

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.88%

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

R = 55.76%
G = 43.88%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B7A01 (or 0x9B7A01) is known color: Golden Brown. HEX triplet: 9B, 7A and 01. RGB value is (155,122,1). Sum of RGB (Red+Green+Blue) = 155+122+1=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7A01 is #6485FE. Grayscale: #767676. Windows color (decimal): -6587903 or 96923. OLE color: 96923.

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

Color convert

RGB 155 122 1 -
CMYK 0 0.21 0.99 0.39
HSL 47.14º 0.99% 0.31% -
HSV(B) 47.14º 0.99% 0.61% -
XYZ 20.48 20.89 2.98 -
YUV 118.07 61.93 154.34 -
System Red Green Blue C M Y K H S L
Decimal 155 122 1 0 0.21 0.99 0.39 47.14 0.99 0.31
Hex 9B 7A 1 0 15 63 27 2F 63 1F
Octal 233 172 1 0 25 143 47 57 143 37
Binary 10011011 1111010 1 0 10101 1100011 100111 101111 1100011 11111

Color Harmonies of #9B7A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A01

Black with #9B7A01

Text Example


Text Example

White with #9B7A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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