Html Css Color HEX #948211 Hacienda

📋 copy color: '#948211'

red 148 ◦ green 130 ◦ blue 17

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

Shades of Hacienda #948211

Tints of Hacienda #948211

RGB

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

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

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

R = 50.17%
G = 44.07%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#948211 (or 0x948211) is known color: Hacienda. HEX triplet: 94, 82 and 11. RGB value is (148,130,17). Sum of RGB (Red+Green+Blue) = 148+130+17=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #948211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948211 is #6B7DEE. Grayscale: #7A7A7A. Windows color (decimal): -7044591 or 1147540. OLE color: 1147540.

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

Color convert

RGB 148 130 17 -
CMYK 0 0.12 0.89 0.42
HSL 51.76º 0.79% 0.32% -
HSV(B) 51.76º 0.89% 0.58% -
XYZ 20.3 22.3 3.77 -
YUV 122.5 68.46 146.19 -
System Red Green Blue C M Y K H S L
Decimal 148 130 17 0 0.12 0.89 0.42 51.76 0.79 0.32
Hex 94 82 11 0 C 59 2A 34 4F 20
Octal 224 202 21 0 14 131 52 64 117 40
Binary 10010100 10000010 10001 0 1100 1011001 101010 110100 1001111 100000

Color Harmonies of #948211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948211

Black with #948211

Text Example


Text Example

White with #948211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948211; }

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

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

background-color css

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

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

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

border-color css

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

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

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