Html Css Color HEX #9E751F Hacienda

📋 copy color: '#9E751F'

red 158 ◦ green 117 ◦ blue 31

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

Shades of Hacienda #9E751F

Tints of Hacienda #9E751F

RGB

 RED value IS 158 (62.11% from 255) = 51.63%

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

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

R = 51.63%
G = 38.24%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9E751F (or 0x9E751F) is known color: Hacienda. HEX triplet: 9E, 75 and 1F. RGB value is (158,117,31). Sum of RGB (Red+Green+Blue) = 158+117+31=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E751F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E751F is #618AE0. Grayscale: #777777. Windows color (decimal): -6392545 or 2061726. OLE color: 2061726.

HSL color Cylindrical-coordinate representation of color #9E751F: hue angle of 40.63º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E751F is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 117 31 -
CMYK 0 0.26 0.80 0.38
HSL 40.63º 0.67% 0.37% -
HSV(B) 40.63º 0.8% 0.62% -
XYZ 20.71 20.09 4.08 -
YUV 119.46 78.08 155.49 -
System Red Green Blue C M Y K H S L
Decimal 158 117 31 0 0.26 0.80 0.38 40.63 0.67 0.37
Hex 9E 75 1F 0 1A 50 26 29 43 25
Octal 236 165 37 0 32 120 46 51 103 45
Binary 10011110 1110101 11111 0 11010 1010000 100110 101001 1000011 100101

Color Harmonies of #9E751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E751F

Black with #9E751F

Text Example


Text Example

White with #9E751F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,117,31); }

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

background-color css

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

 a { background-color: rgb(158,117,31); }

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

border-color css

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

 span { border-color: rgb(158,117,31); }

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