Html Css Color HEX #947416 Hacienda

📋 copy color: '#947416'

red 148 ◦ green 116 ◦ blue 22

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

Shades of Hacienda #947416

Tints of Hacienda #947416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.56%

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

R = 51.75%
G = 40.56%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#947416 (or 0x947416) is known color: Hacienda. HEX triplet: 94, 74 and 16. RGB value is (148,116,22). Sum of RGB (Red+Green+Blue) = 148+116+22=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #947416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947416 is #6B8BE9. Grayscale: #737373. Windows color (decimal): -7048170 or 1471636. OLE color: 1471636.

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

Color convert

RGB 148 116 22 -
CMYK 0 0.22 0.85 0.42
HSL 44.76º 0.74% 0.33% -
HSV(B) 44.76º 0.85% 0.58% -
XYZ 18.6 18.84 3.42 -
YUV 114.85 75.6 151.64 -
System Red Green Blue C M Y K H S L
Decimal 148 116 22 0 0.22 0.85 0.42 44.76 0.74 0.33
Hex 94 74 16 0 16 55 2A 2D 4A 21
Octal 224 164 26 0 26 125 52 55 112 41
Binary 10010100 1110100 10110 0 10110 1010101 101010 101101 1001010 100001

Color Harmonies of #947416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947416

Black with #947416

Text Example


Text Example

White with #947416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947416; }

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

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

background-color css

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

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

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

border-color css

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

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

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