Html Css Color HEX #9B731A Hacienda

📋 copy color: '#9B731A'

red 155 ◦ green 115 ◦ blue 26

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

Shades of Hacienda #9B731A

Tints of Hacienda #9B731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.85%

 BLUE value IS 26 (10.55% from 255) = 8.78%

R = 52.36%
G = 38.85%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B731A (or 0x9B731A) is known color: Hacienda. HEX triplet: 9B, 73 and 1A. RGB value is (155,115,26). Sum of RGB (Red+Green+Blue) = 155+115+26=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B731A is #648CE5. Grayscale: #757575. Windows color (decimal): -6589670 or 1733531. OLE color: 1733531.

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

Color convert

RGB 155 115 26 -
CMYK 0 0.26 0.83 0.39
HSL 41.4º 0.71% 0.35% -
HSV(B) 41.4º 0.83% 0.61% -
XYZ 19.83 19.3 3.66 -
YUV 116.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 155 115 26 0 0.26 0.83 0.39 41.4 0.71 0.35
Hex 9B 73 1A 0 1A 53 27 29 47 23
Octal 233 163 32 0 32 123 47 51 107 43
Binary 10011011 1110011 11010 0 11010 1010011 100111 101001 1000111 100011

Color Harmonies of #9B731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B731A

Black with #9B731A

Text Example


Text Example

White with #9B731A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,115,26); }

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

background-color css

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

 a { background-color: rgb(155,115,26); }

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

border-color css

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

 span { border-color: rgb(155,115,26); }

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