Html Css Color HEX #9B7408 Golden Brown

📋 copy color: '#9B7408'

red 155 ◦ green 116 ◦ blue 8

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

Shades of Golden Brown #9B7408

Tints of Golden Brown #9B7408

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.58%

 BLUE value IS 8 (3.52% from 255) = 2.87%

R = 55.56%
G = 41.58%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B7408 (or 0x9B7408) is known color: Golden Brown. HEX triplet: 9B, 74 and 08. RGB value is (155,116,8). Sum of RGB (Red+Green+Blue) = 155+116+8=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7408 is #648BF7. Grayscale: #737373. Windows color (decimal): -6589432 or 554139. OLE color: 554139.

HSL color Cylindrical-coordinate representation of color #9B7408: hue angle of 44.08º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B7408 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 116 8 -
CMYK 0 0.25 0.95 0.39
HSL 44.08º 0.9% 0.32% -
HSV(B) 44.08º 0.95% 0.61% -
XYZ 19.81 19.48 2.95 -
YUV 115.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 155 116 8 0 0.25 0.95 0.39 44.08 0.9 0.32
Hex 9B 74 8 0 19 5F 27 2C 5A 20
Octal 233 164 10 0 31 137 47 54 132 40
Binary 10011011 1110100 1000 0 11001 1011111 100111 101100 1011010 100000

Color Harmonies of #9B7408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7408

Black with #9B7408

Text Example


Text Example

White with #9B7408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,116,8); }

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

background-color css

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

 a { background-color: rgb(155,116,8); }

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

border-color css

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

 span { border-color: rgb(155,116,8); }

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