Html Css Color HEX #9B7019 Golden Brown

📋 copy color: '#9B7019'

red 155 ◦ green 112 ◦ blue 25

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

Shades of Golden Brown #9B7019

Tints of Golden Brown #9B7019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

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

R = 53.08%
G = 38.36%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B7019 (or 0x9B7019) is known color: Golden Brown. HEX triplet: 9B, 70 and 19. RGB value is (155,112,25). Sum of RGB (Red+Green+Blue) = 155+112+25=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7019 is #648FE6. Grayscale: #737373. Windows color (decimal): -6590439 or 1667227. OLE color: 1667227.

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

Color convert

RGB 155 112 25 -
CMYK 0 0.28 0.84 0.39
HSL 40.15º 0.72% 0.35% -
HSV(B) 40.15º 0.84% 0.61% -
XYZ 19.49 18.63 3.49 -
YUV 114.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 155 112 25 0 0.28 0.84 0.39 40.15 0.72 0.35
Hex 9B 70 19 0 1C 54 27 28 48 23
Octal 233 160 31 0 34 124 47 50 110 43
Binary 10011011 1110000 11001 0 11100 1010100 100111 101000 1001000 100011

Color Harmonies of #9B7019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7019

Black with #9B7019

Text Example


Text Example

White with #9B7019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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