Html Css Color HEX #938211 Hacienda

📋 copy color: '#938211'

red 147 ◦ green 130 ◦ blue 17

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

Shades of Hacienda #938211

Tints of Hacienda #938211

RGB

 RED value IS 147 (57.81% from 255) = 50%

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

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

R = 50%
G = 44.22%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#938211 (or 0x938211) is known color: Hacienda. HEX triplet: 93, 82 and 11. RGB value is (147,130,17). Sum of RGB (Red+Green+Blue) = 147+130+17=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #938211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938211 is #6C7DEE. Grayscale: #7A7A7A. Windows color (decimal): -7110127 or 1147539. OLE color: 1147539.

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

Color convert

RGB 147 130 17 -
CMYK 0 0.12 0.88 0.42
HSL 52.15º 0.79% 0.32% -
HSV(B) 52.15º 0.88% 0.58% -
XYZ 20.12 22.21 3.76 -
YUV 122.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 147 130 17 0 0.12 0.88 0.42 52.15 0.79 0.32
Hex 93 82 11 0 C 58 2A 34 4F 20
Octal 223 202 21 0 14 130 52 64 117 40
Binary 10010011 10000010 10001 0 1100 1011000 101010 110100 1001111 100000

Color Harmonies of #938211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938211

Black with #938211

Text Example


Text Example

White with #938211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938211; }

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

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

background-color css

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

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

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

border-color css

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

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

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