Html Css Color HEX #9B7315 Golden Brown

📋 copy color: '#9B7315'

red 155 ◦ green 115 ◦ blue 21

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

Shades of Golden Brown #9B7315

Tints of Golden Brown #9B7315

RGB

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

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

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

R = 53.26%
G = 39.52%
B = 7.22%

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

#9B7315 (or 0x9B7315) is known color: Golden Brown. HEX triplet: 9B, 73 and 15. RGB value is (155,115,21). Sum of RGB (Red+Green+Blue) = 155+115+21=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7315 is #648CEA. Grayscale: #747474. Windows color (decimal): -6589675 or 1405851. OLE color: 1405851.

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

Color convert

RGB 155 115 21 -
CMYK 0 0.26 0.86 0.39
HSL 42.09º 0.76% 0.35% -
HSV(B) 42.09º 0.86% 0.61% -
XYZ 19.78 19.28 3.39 -
YUV 116.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 155 115 21 0 0.26 0.86 0.39 42.09 0.76 0.35
Hex 9B 73 15 0 1A 56 27 2A 4C 23
Octal 233 163 25 0 32 126 47 52 114 43
Binary 10011011 1110011 10101 0 11010 1010110 100111 101010 1001100 100011

Color Harmonies of #9B7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7315

Black with #9B7315

Text Example


Text Example

White with #9B7315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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