Html Css Color HEX #9B8319 Hacienda

📋 copy color: '#9B8319'

red 155 ◦ green 131 ◦ blue 25

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

Shades of Hacienda #9B8319

Tints of Hacienda #9B8319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.12%

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

R = 49.84%
G = 42.12%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B8319 (or 0x9B8319) is known color: Hacienda. HEX triplet: 9B, 83 and 19. RGB value is (155,131,25). Sum of RGB (Red+Green+Blue) = 155+131+25=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8319 is #647CE6. Grayscale: #7E7E7E. Windows color (decimal): -6585575 or 1672091. OLE color: 1672091.

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

Color convert

RGB 155 131 25 -
CMYK 0 0.15 0.84 0.39
HSL 48.92º 0.72% 0.35% -
HSV(B) 48.92º 0.84% 0.61% -
XYZ 21.81 23.27 4.26 -
YUV 126.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 155 131 25 0 0.15 0.84 0.39 48.92 0.72 0.35
Hex 9B 83 19 0 F 54 27 31 48 23
Octal 233 203 31 0 17 124 47 61 110 43
Binary 10011011 10000011 11001 0 1111 1010100 100111 110001 1001000 100011

Color Harmonies of #9B8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8319

Black with #9B8319

Text Example


Text Example

White with #9B8319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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