Html Css Color HEX #948111 Hacienda

📋 copy color: '#948111'

red 148 ◦ green 129 ◦ blue 17

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

Shades of Hacienda #948111

Tints of Hacienda #948111

RGB

 RED value IS 148 (58.2% from 255) = 50.34%

 GREEN value IS 129 (50.78% from 255) = 43.88%

 BLUE value IS 17 (7.03% from 255) = 5.78%

R = 50.34%
G = 43.88%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#948111 (or 0x948111) is known color: Hacienda. HEX triplet: 94, 81 and 11. RGB value is (148,129,17). Sum of RGB (Red+Green+Blue) = 148+129+17=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #948111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948111 is #6B7EEE. Grayscale: #7A7A7A. Windows color (decimal): -7044847 or 1147284. OLE color: 1147284.

HSL color Cylindrical-coordinate representation of color #948111: hue angle of 51.3º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #948111 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 129 17 -
CMYK 0 0.13 0.89 0.42
HSL 51.3º 0.79% 0.32% -
HSV(B) 51.3º 0.89% 0.58% -
XYZ 20.16 22.04 3.72 -
YUV 121.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 148 129 17 0 0.13 0.89 0.42 51.3 0.79 0.32
Hex 94 81 11 0 D 59 2A 33 4F 20
Octal 224 201 21 0 15 131 52 63 117 40
Binary 10010100 10000001 10001 0 1101 1011001 101010 110011 1001111 100000

Color Harmonies of #948111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948111

Black with #948111

Text Example


Text Example

White with #948111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948111; }

 p { color: rgb(148,129,17); }

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

background-color css

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

 a { background-color: rgb(148,129,17); }

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

border-color css

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

 span { border-color: rgb(148,129,17); }

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