Html Css Color HEX #9B8013 Hacienda

📋 copy color: '#9B8013'

red 155 ◦ green 128 ◦ blue 19

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

Shades of Hacienda #9B8013

Tints of Hacienda #9B8013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.38%

 BLUE value IS 19 (7.81% from 255) = 6.29%

R = 51.32%
G = 42.38%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B8013 (or 0x9B8013) is known color: Hacienda. HEX triplet: 9B, 80 and 13. RGB value is (155,128,19). Sum of RGB (Red+Green+Blue) = 155+128+19=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8013 is #647FEC. Grayscale: #7C7C7C. Windows color (decimal): -6586349 or 1278107. OLE color: 1278107.

HSL color Cylindrical-coordinate representation of color #9B8013: hue angle of 48.09º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B8013 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 128 19 -
CMYK 0 0.17 0.88 0.39
HSL 48.09º 0.78% 0.34% -
HSV(B) 48.09º 0.88% 0.61% -
XYZ 21.35 22.45 3.82 -
YUV 123.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 155 128 19 0 0.17 0.88 0.39 48.09 0.78 0.34
Hex 9B 80 13 0 11 58 27 30 4E 22
Octal 233 200 23 0 21 130 47 60 116 42
Binary 10011011 10000000 10011 0 10001 1011000 100111 110000 1001110 100010

Color Harmonies of #9B8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8013

Black with #9B8013

Text Example


Text Example

White with #9B8013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,128,19); }

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

background-color css

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

 a { background-color: rgb(155,128,19); }

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

border-color css

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

 span { border-color: rgb(155,128,19); }

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