Html Css Color HEX #8F7B12 Hacienda

📋 copy color: '#8F7B12'

red 143 ◦ green 123 ◦ blue 18

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

Shades of Hacienda #8F7B12

Tints of Hacienda #8F7B12

RGB

 RED value IS 143 (56.25% from 255) = 50.35%

 GREEN value IS 123 (48.44% from 255) = 43.31%

 BLUE value IS 18 (7.42% from 255) = 6.34%

R = 50.35%
G = 43.31%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#8F7B12 (or 0x8F7B12) is known color: Hacienda. HEX triplet: 8F, 7B and 12. RGB value is (143,123,18). Sum of RGB (Red+Green+Blue) = 143+123+18=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7B12 is #7084ED. Grayscale: #757575. Windows color (decimal): -7374062 or 1211279. OLE color: 1211279.

HSL color Cylindrical-coordinate representation of color #8F7B12: hue angle of 50.4º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F7B12 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 123 18 -
CMYK 0 0.14 0.87 0.44
HSL 50.4º 0.78% 0.32% -
HSV(B) 50.4º 0.87% 0.56% -
XYZ 18.52 20.05 3.47 -
YUV 117.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 143 123 18 0 0.14 0.87 0.44 50.4 0.78 0.32
Hex 8F 7B 12 0 E 57 2C 32 4E 20
Octal 217 173 22 0 16 127 54 62 116 40
Binary 10001111 1111011 10010 0 1110 1010111 101100 110010 1001110 100000

Color Harmonies of #8F7B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7B12

Black with #8F7B12

Text Example


Text Example

White with #8F7B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F7B12; }

 p { color: rgb(143,123,18); }

 H1.HeaderClassName
 {
   color: #8F7B12;
 }
 .AnyTagClassName
 {
   color: #8F7B12;
 }
</style>

background-color css

<style>
 a { background-color: #8F7B12; }

 a { background-color: rgb(143,123,18); }

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

border-color css

<style>
 span { border-color: #8F7B12; }

 span { border-color: rgb(143,123,18); }

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