Html Css Color HEX #9B7517 Hacienda

📋 copy color: '#9B7517'

red 155 ◦ green 117 ◦ blue 23

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

Shades of Hacienda #9B7517

Tints of Hacienda #9B7517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.8%

R = 52.54%
G = 39.66%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B7517 (or 0x9B7517) is known color: Hacienda. HEX triplet: 9B, 75 and 17. RGB value is (155,117,23). Sum of RGB (Red+Green+Blue) = 155+117+23=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7517 is #648AE8. Grayscale: #767676. Windows color (decimal): -6589161 or 1537435. OLE color: 1537435.

HSL color Cylindrical-coordinate representation of color #9B7517: hue angle of 42.73º degrees, saturation: 0.74, 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 #9B7517 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 117 23 -
CMYK 0 0.25 0.85 0.39
HSL 42.73º 0.74% 0.35% -
HSV(B) 42.73º 0.85% 0.61% -
XYZ 20.03 19.75 3.57 -
YUV 117.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 155 117 23 0 0.25 0.85 0.39 42.73 0.74 0.35
Hex 9B 75 17 0 19 55 27 2B 4A 23
Octal 233 165 27 0 31 125 47 53 112 43
Binary 10011011 1110101 10111 0 11001 1010101 100111 101011 1001010 100011

Color Harmonies of #9B7517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7517

Black with #9B7517

Text Example


Text Example

White with #9B7517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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