Html Css Color HEX #9E821D Hacienda

📋 copy color: '#9E821D'

red 158 ◦ green 130 ◦ blue 29

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

Shades of Hacienda #9E821D

Tints of Hacienda #9E821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 49.84%
G = 41.01%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E821D (or 0x9E821D) is known color: Hacienda. HEX triplet: 9E, 82 and 1D. RGB value is (158,130,29). Sum of RGB (Red+Green+Blue) = 158+130+29=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E821D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E821D is #617DE2. Grayscale: #7F7F7F. Windows color (decimal): -6389219 or 1933982. OLE color: 1933982.

HSL color Cylindrical-coordinate representation of color #9E821D: hue angle of 46.98º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E821D is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 130 29 -
CMYK 0 0.18 0.82 0.38
HSL 46.98º 0.69% 0.37% -
HSV(B) 46.98º 0.82% 0.62% -
XYZ 22.3 23.32 4.49 -
YUV 126.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 158 130 29 0 0.18 0.82 0.38 46.98 0.69 0.37
Hex 9E 82 1D 0 12 52 26 2F 45 25
Octal 236 202 35 0 22 122 46 57 105 45
Binary 10011110 10000010 11101 0 10010 1010010 100110 101111 1000101 100101

Color Harmonies of #9E821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E821D

Black with #9E821D

Text Example


Text Example

White with #9E821D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,130,29); }

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

background-color css

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

 a { background-color: rgb(158,130,29); }

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

border-color css

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

 span { border-color: rgb(158,130,29); }

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