Html Css Color HEX #9B8213 Hacienda

📋 copy color: '#9B8213'

red 155 ◦ green 130 ◦ blue 19

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

Shades of Hacienda #9B8213

Tints of Hacienda #9B8213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.76%

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

R = 50.99%
G = 42.76%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B8213 (or 0x9B8213) is known color: Hacienda. HEX triplet: 9B, 82 and 13. RGB value is (155,130,19). Sum of RGB (Red+Green+Blue) = 155+130+19=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8213 is #647DEC. Grayscale: #7D7D7D. Windows color (decimal): -6585837 or 1278619. OLE color: 1278619.

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

Color convert

RGB 155 130 19 -
CMYK 0 0.16 0.88 0.39
HSL 48.97º 0.78% 0.34% -
HSV(B) 48.97º 0.88% 0.61% -
XYZ 21.62 22.98 3.91 -
YUV 124.82 68.28 149.53 -
System Red Green Blue C M Y K H S L
Decimal 155 130 19 0 0.16 0.88 0.39 48.97 0.78 0.34
Hex 9B 82 13 0 10 58 27 31 4E 22
Octal 233 202 23 0 20 130 47 61 116 42
Binary 10011011 10000010 10011 0 10000 1011000 100111 110001 1001110 100010

Color Harmonies of #9B8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8213

Black with #9B8213

Text Example


Text Example

White with #9B8213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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