Html Css Color HEX #9B7516 Hacienda

📋 copy color: '#9B7516'

red 155 ◦ green 117 ◦ blue 22

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

Shades of Hacienda #9B7516

Tints of Hacienda #9B7516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

 BLUE value IS 22 (8.98% from 255) = 7.48%

R = 52.72%
G = 39.8%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B7516 (or 0x9B7516) is known color: Hacienda. HEX triplet: 9B, 75 and 16. RGB value is (155,117,22). Sum of RGB (Red+Green+Blue) = 155+117+22=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7516 is #648AE9. Grayscale: #757575. Windows color (decimal): -6589162 or 1471899. OLE color: 1471899.

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

Color convert

RGB 155 117 22 -
CMYK 0 0.25 0.86 0.39
HSL 42.86º 0.75% 0.35% -
HSV(B) 42.86º 0.86% 0.61% -
XYZ 20.02 19.75 3.52 -
YUV 117.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 155 117 22 0 0.25 0.86 0.39 42.86 0.75 0.35
Hex 9B 75 16 0 19 56 27 2B 4B 23
Octal 233 165 26 0 31 126 47 53 113 43
Binary 10011011 1110101 10110 0 11001 1010110 100111 101011 1001011 100011

Color Harmonies of #9B7516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7516

Black with #9B7516

Text Example


Text Example

White with #9B7516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,117,22); }

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

background-color css

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

 a { background-color: rgb(155,117,22); }

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

border-color css

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

 span { border-color: rgb(155,117,22); }

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