Html Css Color HEX #9B7518 Hacienda

📋 copy color: '#9B7518'

red 155 ◦ green 117 ◦ blue 24

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

Shades of Hacienda #9B7518

Tints of Hacienda #9B7518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.11%

R = 52.36%
G = 39.53%
B = 8.11%

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

#9B7518 (or 0x9B7518) is known color: Hacienda. HEX triplet: 9B, 75 and 18. RGB value is (155,117,24). Sum of RGB (Red+Green+Blue) = 155+117+24=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7518 is #648AE7. Grayscale: #767676. Windows color (decimal): -6589160 or 1602971. OLE color: 1602971.

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

Color convert

RGB 155 117 24 -
CMYK 0 0.25 0.85 0.39
HSL 42.6º 0.73% 0.35% -
HSV(B) 42.6º 0.85% 0.61% -
XYZ 20.04 19.76 3.62 -
YUV 117.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 155 117 24 0 0.25 0.85 0.39 42.6 0.73 0.35
Hex 9B 75 18 0 19 55 27 2B 49 23
Octal 233 165 30 0 31 125 47 53 111 43
Binary 10011011 1110101 11000 0 11001 1010101 100111 101011 1001001 100011

Color Harmonies of #9B7518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7518

Black with #9B7518

Text Example


Text Example

White with #9B7518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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