Html Css Color HEX #948411 Hacienda

📋 copy color: '#948411'

red 148 ◦ green 132 ◦ blue 17

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

Shades of Hacienda #948411

Tints of Hacienda #948411

RGB

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

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

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

R = 49.83%
G = 44.44%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#948411 (or 0x948411) is known color: Hacienda. HEX triplet: 94, 84 and 11. RGB value is (148,132,17). Sum of RGB (Red+Green+Blue) = 148+132+17=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #948411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948411 is #6B7BEE. Grayscale: #7C7C7C. Windows color (decimal): -7044079 or 1148052. OLE color: 1148052.

HSL color Cylindrical-coordinate representation of color #948411: hue angle of 52.67º 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 #948411 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 17 -
CMYK 0 0.11 0.89 0.42
HSL 52.67º 0.79% 0.32% -
HSV(B) 52.67º 0.89% 0.58% -
XYZ 20.57 22.84 3.85 -
YUV 123.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 148 132 17 0 0.11 0.89 0.42 52.67 0.79 0.32
Hex 94 84 11 0 B 59 2A 35 4F 20
Octal 224 204 21 0 13 131 52 65 117 40
Binary 10010100 10000100 10001 0 1011 1011001 101010 110101 1001111 100000

Color Harmonies of #948411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948411

Black with #948411

Text Example


Text Example

White with #948411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948411; }

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

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

background-color css

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

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

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

border-color css

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

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

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