Html Css Color HEX #9B731F Hacienda

📋 copy color: '#9B731F'

red 155 ◦ green 115 ◦ blue 31

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

Shades of Hacienda #9B731F

Tints of Hacienda #9B731F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 51.5%
G = 38.21%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B731F (or 0x9B731F) is known color: Hacienda. HEX triplet: 9B, 73 and 1F. RGB value is (155,115,31). Sum of RGB (Red+Green+Blue) = 155+115+31=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B731F is #648CE0. Grayscale: #757575. Windows color (decimal): -6589665 or 2061211. OLE color: 2061211.

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

Color convert

RGB 155 115 31 -
CMYK 0 0.26 0.8 0.39
HSL 40.65º 0.67% 0.36% -
HSV(B) 40.65º 0.8% 0.61% -
XYZ 19.9 19.33 3.98 -
YUV 117.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 155 115 31 0 0.26 0.8 0.39 40.65 0.67 0.36
Hex 9B 73 1F 0 1A 50 27 29 43 24
Octal 233 163 37 0 32 120 47 51 103 44
Binary 10011011 1110011 11111 0 11010 1010000 100111 101001 1000011 100100

Color Harmonies of #9B731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B731F

Black with #9B731F

Text Example


Text Example

White with #9B731F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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