Html Css Color HEX #9F840D Hacienda

📋 copy color: '#9F840D'

red 159 ◦ green 132 ◦ blue 13

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

Shades of Hacienda #9F840D

Tints of Hacienda #9F840D

RGB

 RED value IS 159 (62.5% from 255) = 52.3%

 GREEN value IS 132 (51.95% from 255) = 43.42%

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 52.3%
G = 43.42%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9F840D (or 0x9F840D) is known color: Hacienda. HEX triplet: 9F, 84 and 0D. RGB value is (159,132,13). Sum of RGB (Red+Green+Blue) = 159+132+13=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F840D is #607BF2. Grayscale: #7F7F7F. Windows color (decimal): -6323187 or 885919. OLE color: 885919.

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

Color convert

RGB 159 132 13 -
CMYK 0 0.17 0.92 0.38
HSL 48.9º 0.85% 0.34% -
HSV(B) 48.9º 0.92% 0.62% -
XYZ 22.62 23.9 3.8 -
YUV 126.51 63.95 151.18 -
System Red Green Blue C M Y K H S L
Decimal 159 132 13 0 0.17 0.92 0.38 48.9 0.85 0.34
Hex 9F 84 D 0 11 5C 26 31 55 22
Octal 237 204 15 0 21 134 46 61 125 42
Binary 10011111 10000100 1101 0 10001 1011100 100110 110001 1010101 100010

Color Harmonies of #9F840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F840D

Black with #9F840D

Text Example


Text Example

White with #9F840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,132,13); }

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

background-color css

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

 a { background-color: rgb(159,132,13); }

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

border-color css

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

 span { border-color: rgb(159,132,13); }

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