Html Css Color HEX #947616 Hacienda

📋 copy color: '#947616'

red 148 ◦ green 118 ◦ blue 22

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

Shades of Hacienda #947616

Tints of Hacienda #947616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.97%

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

R = 51.39%
G = 40.97%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#947616 (or 0x947616) is known color: Hacienda. HEX triplet: 94, 76 and 16. RGB value is (148,118,22). Sum of RGB (Red+Green+Blue) = 148+118+22=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #947616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947616 is #6B89E9. Grayscale: #747474. Windows color (decimal): -7047658 or 1472148. OLE color: 1472148.

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

Color convert

RGB 148 118 22 -
CMYK 0 0.20 0.85 0.42
HSL 45.71º 0.74% 0.33% -
HSV(B) 45.71º 0.85% 0.58% -
XYZ 18.84 19.31 3.49 -
YUV 116.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 148 118 22 0 0.20 0.85 0.42 45.71 0.74 0.33
Hex 94 76 16 0 14 55 2A 2E 4A 21
Octal 224 166 26 0 24 125 52 56 112 41
Binary 10010100 1110110 10110 0 10100 1010101 101010 101110 1001010 100001

Color Harmonies of #947616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947616

Black with #947616

Text Example


Text Example

White with #947616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947616; }

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

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

background-color css

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

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

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

border-color css

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

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

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