Html Css Color HEX #9E832D Hacienda

📋 copy color: '#9E832D'

red 158 ◦ green 131 ◦ blue 45

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

Shades of Hacienda #9E832D

Tints of Hacienda #9E832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.22%

 BLUE value IS 45 (17.97% from 255) = 13.47%

R = 47.31%
G = 39.22%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9E832D (or 0x9E832D) is known color: Hacienda. HEX triplet: 9E, 83 and 2D. RGB value is (158,131,45). Sum of RGB (Red+Green+Blue) = 158+131+45=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E832D is #617CD2. Grayscale: #818181. Windows color (decimal): -6388947 or 2982814. OLE color: 2982814.

HSL color Cylindrical-coordinate representation of color #9E832D: hue angle of 45.66º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E832D is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 131 45 -
CMYK 0 0.17 0.72 0.38
HSL 45.66º 0.56% 0.4% -
HSV(B) 45.66º 0.72% 0.62% -
XYZ 22.69 23.69 5.86 -
YUV 129.27 80.45 148.49 -
System Red Green Blue C M Y K H S L
Decimal 158 131 45 0 0.17 0.72 0.38 45.66 0.56 0.4
Hex 9E 83 2D 0 11 48 26 2E 38 28
Octal 236 203 55 0 21 110 46 56 70 50
Binary 10011110 10000011 101101 0 10001 1001000 100110 101110 111000 101000

Color Harmonies of #9E832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E832D

Black with #9E832D

Text Example


Text Example

White with #9E832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,131,45); }

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

background-color css

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

 a { background-color: rgb(158,131,45); }

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

border-color css

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

 span { border-color: rgb(158,131,45); }

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