Html Css Color HEX #9B8312 Hacienda

📋 copy color: '#9B8312'

red 155 ◦ green 131 ◦ blue 18

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

Shades of Hacienda #9B8312

Tints of Hacienda #9B8312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 50.99%
G = 43.09%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B8312 (or 0x9B8312) is known color: Hacienda. HEX triplet: 9B, 83 and 12. RGB value is (155,131,18). Sum of RGB (Red+Green+Blue) = 155+131+18=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8312 is #647CED. Grayscale: #7D7D7D. Windows color (decimal): -6585582 or 1213339. OLE color: 1213339.

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

Color convert

RGB 155 131 18 -
CMYK 0 0.15 0.88 0.39
HSL 49.49º 0.79% 0.34% -
HSV(B) 49.49º 0.88% 0.61% -
XYZ 21.74 23.24 3.91 -
YUV 125.29 67.45 149.19 -
System Red Green Blue C M Y K H S L
Decimal 155 131 18 0 0.15 0.88 0.39 49.49 0.79 0.34
Hex 9B 83 12 0 F 58 27 31 4F 22
Octal 233 203 22 0 17 130 47 61 117 42
Binary 10011011 10000011 10010 0 1111 1011000 100111 110001 1001111 100010

Color Harmonies of #9B8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8312

Black with #9B8312

Text Example


Text Example

White with #9B8312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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