Html Css Color HEX #9B8518 Hacienda

📋 copy color: '#9B8518'

red 155 ◦ green 133 ◦ blue 24

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

Shades of Hacienda #9B8518

Tints of Hacienda #9B8518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

 BLUE value IS 24 (9.77% from 255) = 7.69%

R = 49.68%
G = 42.63%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B8518 (or 0x9B8518) is known color: Hacienda. HEX triplet: 9B, 85 and 18. RGB value is (155,133,24). Sum of RGB (Red+Green+Blue) = 155+133+24=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8518 is #647AE7. Grayscale: #7F7F7F. Windows color (decimal): -6585064 or 1607067. OLE color: 1607067.

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

Color convert

RGB 155 133 24 -
CMYK 0 0.14 0.85 0.39
HSL 49.92º 0.73% 0.35% -
HSV(B) 49.92º 0.85% 0.61% -
XYZ 22.07 23.81 4.3 -
YUV 127.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 155 133 24 0 0.14 0.85 0.39 49.92 0.73 0.35
Hex 9B 85 18 0 E 55 27 32 49 23
Octal 233 205 30 0 16 125 47 62 111 43
Binary 10011011 10000101 11000 0 1110 1010101 100111 110010 1001001 100011

Color Harmonies of #9B8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8518

Black with #9B8518

Text Example


Text Example

White with #9B8518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,133,24); }

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

background-color css

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

 a { background-color: rgb(155,133,24); }

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

border-color css

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

 span { border-color: rgb(155,133,24); }

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