Html Css Color HEX #9B7115 Golden Brown

📋 copy color: '#9B7115'

red 155 ◦ green 113 ◦ blue 21

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

Shades of Golden Brown #9B7115

Tints of Golden Brown #9B7115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.1%

 BLUE value IS 21 (8.59% from 255) = 7.27%

R = 53.63%
G = 39.1%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B7115 (or 0x9B7115) is known color: Golden Brown. HEX triplet: 9B, 71 and 15. RGB value is (155,113,21). Sum of RGB (Red+Green+Blue) = 155+113+21=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7115 is #648EEA. Grayscale: #737373. Windows color (decimal): -6590187 or 1405339. OLE color: 1405339.

HSL color Cylindrical-coordinate representation of color #9B7115: hue angle of 41.19º degrees, saturation: 0.76, 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 #9B7115 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 113 21 -
CMYK 0 0.27 0.86 0.39
HSL 41.19º 0.76% 0.35% -
HSV(B) 41.19º 0.86% 0.61% -
XYZ 19.56 18.83 3.31 -
YUV 115.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 155 113 21 0 0.27 0.86 0.39 41.19 0.76 0.35
Hex 9B 71 15 0 1B 56 27 29 4C 23
Octal 233 161 25 0 33 126 47 51 114 43
Binary 10011011 1110001 10101 0 11011 1010110 100111 101001 1001100 100011

Color Harmonies of #9B7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7115

Black with #9B7115

Text Example


Text Example

White with #9B7115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,21); }

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

background-color css

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

 a { background-color: rgb(155,113,21); }

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

border-color css

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

 span { border-color: rgb(155,113,21); }

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