Html Css Color HEX #947A16 Hacienda

📋 copy color: '#947A16'

red 148 ◦ green 122 ◦ blue 22

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

Shades of Hacienda #947A16

Tints of Hacienda #947A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.78%

 BLUE value IS 22 (8.98% from 255) = 7.53%

R = 50.68%
G = 41.78%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#947A16 (or 0x947A16) is known color: Hacienda. HEX triplet: 94, 7A and 16. RGB value is (148,122,22). Sum of RGB (Red+Green+Blue) = 148+122+22=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #947A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A16 is #6B85E9. Grayscale: #767676. Windows color (decimal): -7046634 or 1473172. OLE color: 1473172.

HSL color Cylindrical-coordinate representation of color #947A16: hue angle of 47.62º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #947A16 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 122 22 -
CMYK 0 0.18 0.85 0.42
HSL 47.62º 0.74% 0.33% -
HSV(B) 47.62º 0.85% 0.58% -
XYZ 19.32 20.27 3.65 -
YUV 118.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 148 122 22 0 0.18 0.85 0.42 47.62 0.74 0.33
Hex 94 7A 16 0 12 55 2A 30 4A 21
Octal 224 172 26 0 22 125 52 60 112 41
Binary 10010100 1111010 10110 0 10010 1010101 101010 110000 1001010 100001

Color Harmonies of #947A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A16

Black with #947A16

Text Example


Text Example

White with #947A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947A16; }

 p { color: rgb(148,122,22); }

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

background-color css

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

 a { background-color: rgb(148,122,22); }

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

border-color css

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

 span { border-color: rgb(148,122,22); }

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