Html Css Color HEX #947713 Hacienda

📋 copy color: '#947713'

red 148 ◦ green 119 ◦ blue 19

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

Shades of Hacienda #947713

Tints of Hacienda #947713

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.61%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 51.75%
G = 41.61%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#947713 (or 0x947713) is known color: Hacienda. HEX triplet: 94, 77 and 13. RGB value is (148,119,19). Sum of RGB (Red+Green+Blue) = 148+119+19=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #947713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947713 is #6B88EC. Grayscale: #747474. Windows color (decimal): -7047405 or 1275796. OLE color: 1275796.

HSL color Cylindrical-coordinate representation of color #947713: hue angle of 46.51º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #947713 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 119 19 -
CMYK 0 0.20 0.87 0.42
HSL 46.51º 0.77% 0.33% -
HSV(B) 46.51º 0.87% 0.58% -
XYZ 18.93 19.54 3.39 -
YUV 116.27 73.11 150.63 -
System Red Green Blue C M Y K H S L
Decimal 148 119 19 0 0.20 0.87 0.42 46.51 0.77 0.33
Hex 94 77 13 0 14 57 2A 2F 4D 21
Octal 224 167 23 0 24 127 52 57 115 41
Binary 10010100 1110111 10011 0 10100 1010111 101010 101111 1001101 100001

Color Harmonies of #947713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947713

Black with #947713

Text Example


Text Example

White with #947713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947713; }

 p { color: rgb(148,119,19); }

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

background-color css

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

 a { background-color: rgb(148,119,19); }

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

border-color css

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

 span { border-color: rgb(148,119,19); }

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