Html Css Color HEX #947516 Hacienda

📋 copy color: '#947516'

red 148 ◦ green 117 ◦ blue 22

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

Shades of Hacienda #947516

Tints of Hacienda #947516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.77%

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

R = 51.57%
G = 40.77%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#947516 (or 0x947516) is known color: Hacienda. HEX triplet: 94, 75 and 16. RGB value is (148,117,22). Sum of RGB (Red+Green+Blue) = 148+117+22=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #947516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947516 is #6B8AE9. Grayscale: #737373. Windows color (decimal): -7047914 or 1471892. OLE color: 1471892.

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

Color convert

RGB 148 117 22 -
CMYK 0 0.21 0.85 0.42
HSL 45.24º 0.74% 0.33% -
HSV(B) 45.24º 0.85% 0.58% -
XYZ 18.72 19.08 3.45 -
YUV 115.44 75.27 151.22 -
System Red Green Blue C M Y K H S L
Decimal 148 117 22 0 0.21 0.85 0.42 45.24 0.74 0.33
Hex 94 75 16 0 15 55 2A 2D 4A 21
Octal 224 165 26 0 25 125 52 55 112 41
Binary 10010100 1110101 10110 0 10101 1010101 101010 101101 1001010 100001

Color Harmonies of #947516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947516

Black with #947516

Text Example


Text Example

White with #947516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947516; }

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

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

background-color css

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

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

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

border-color css

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

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

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