Html Css Color HEX #9B7316 Golden Brown

📋 copy color: '#9B7316'

red 155 ◦ green 115 ◦ blue 22

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

Shades of Golden Brown #9B7316

Tints of Golden Brown #9B7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.38%

 BLUE value IS 22 (8.98% from 255) = 7.53%

R = 53.08%
G = 39.38%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B7316 (or 0x9B7316) is known color: Golden Brown. HEX triplet: 9B, 73 and 16. RGB value is (155,115,22). Sum of RGB (Red+Green+Blue) = 155+115+22=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7316 is #648CE9. Grayscale: #747474. Windows color (decimal): -6589674 or 1471387. OLE color: 1471387.

HSL color Cylindrical-coordinate representation of color #9B7316: hue angle of 41.95º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B7316 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 115 22 -
CMYK 0 0.26 0.86 0.39
HSL 41.95º 0.75% 0.35% -
HSV(B) 41.95º 0.86% 0.61% -
XYZ 19.79 19.29 3.44 -
YUV 116.36 74.75 155.56 -
System Red Green Blue C M Y K H S L
Decimal 155 115 22 0 0.26 0.86 0.39 41.95 0.75 0.35
Hex 9B 73 16 0 1A 56 27 2A 4B 23
Octal 233 163 26 0 32 126 47 52 113 43
Binary 10011011 1110011 10110 0 11010 1010110 100111 101010 1001011 100011

Color Harmonies of #9B7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7316

Black with #9B7316

Text Example


Text Example

White with #9B7316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,115,22); }

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

background-color css

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

 a { background-color: rgb(155,115,22); }

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

border-color css

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

 span { border-color: rgb(155,115,22); }

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