Html Css Color HEX #947810 Hacienda

📋 copy color: '#947810'

red 148 ◦ green 120 ◦ blue 16

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

Shades of Hacienda #947810

Tints of Hacienda #947810

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.25%

 BLUE value IS 16 (6.64% from 255) = 5.63%

R = 52.11%
G = 42.25%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#947810 (or 0x947810) is known color: Hacienda. HEX triplet: 94, 78 and 10. RGB value is (148,120,16). Sum of RGB (Red+Green+Blue) = 148+120+16=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #947810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947810 is #6B87EF. Grayscale: #747474. Windows color (decimal): -7047152 or 1079444. OLE color: 1079444.

HSL color Cylindrical-coordinate representation of color #947810: hue angle of 47.27º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #947810 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 120 16 -
CMYK 0 0.19 0.89 0.42
HSL 47.27º 0.8% 0.32% -
HSV(B) 47.27º 0.89% 0.58% -
XYZ 19.02 19.77 3.3 -
YUV 116.52 71.28 150.46 -
System Red Green Blue C M Y K H S L
Decimal 148 120 16 0 0.19 0.89 0.42 47.27 0.8 0.32
Hex 94 78 10 0 13 59 2A 2F 50 20
Octal 224 170 20 0 23 131 52 57 120 40
Binary 10010100 1111000 10000 0 10011 1011001 101010 101111 1010000 100000

Color Harmonies of #947810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947810

Black with #947810

Text Example


Text Example

White with #947810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947810; }

 p { color: rgb(148,120,16); }

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

background-color css

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

 a { background-color: rgb(148,120,16); }

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

border-color css

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

 span { border-color: rgb(148,120,16); }

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