Html Css Color HEX #9B7119 Golden Brown

📋 copy color: '#9B7119'

red 155 ◦ green 113 ◦ blue 25

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

Shades of Golden Brown #9B7119

Tints of Golden Brown #9B7119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.53%

R = 52.9%
G = 38.57%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B7119 (or 0x9B7119) is known color: Golden Brown. HEX triplet: 9B, 71 and 19. RGB value is (155,113,25). Sum of RGB (Red+Green+Blue) = 155+113+25=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7119 is #648EE6. Grayscale: #737373. Windows color (decimal): -6590183 or 1667483. OLE color: 1667483.

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

Color convert

RGB 155 113 25 -
CMYK 0 0.27 0.84 0.39
HSL 40.62º 0.72% 0.35% -
HSV(B) 40.62º 0.84% 0.61% -
XYZ 19.6 18.85 3.52 -
YUV 115.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 155 113 25 0 0.27 0.84 0.39 40.62 0.72 0.35
Hex 9B 71 19 0 1B 54 27 29 48 23
Octal 233 161 31 0 33 124 47 51 110 43
Binary 10011011 1110001 11001 0 11011 1010100 100111 101001 1001000 100011

Color Harmonies of #9B7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7119

Black with #9B7119

Text Example


Text Example

White with #9B7119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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