Html Css Color HEX #9B7902 Golden Brown

📋 copy color: '#9B7902'

red 155 ◦ green 121 ◦ blue 2

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

Shades of Golden Brown #9B7902

Tints of Golden Brown #9B7902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 55.76%
G = 43.53%
B = 0.72%

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

#9B7902 (or 0x9B7902) is known color: Golden Brown. HEX triplet: 9B, 79 and 02. RGB value is (155,121,2). Sum of RGB (Red+Green+Blue) = 155+121+2=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7902 is #6486FD. Grayscale: #767676. Windows color (decimal): -6588158 or 162203. OLE color: 162203.

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

Color convert

RGB 155 121 2 -
CMYK 0 0.22 0.99 0.39
HSL 46.67º 0.97% 0.31% -
HSV(B) 46.67º 0.99% 0.61% -
XYZ 20.37 20.65 2.97 -
YUV 117.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 155 121 2 0 0.22 0.99 0.39 46.67 0.97 0.31
Hex 9B 79 2 0 16 63 27 2F 61 1F
Octal 233 171 2 0 26 143 47 57 141 37
Binary 10011011 1111001 10 0 10110 1100011 100111 101111 1100001 11111

Color Harmonies of #9B7902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7902

Black with #9B7902

Text Example


Text Example

White with #9B7902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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