Html Css Color HEX #947612 Hacienda

📋 copy color: '#947612'

red 148 ◦ green 118 ◦ blue 18

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

Shades of Hacienda #947612

Tints of Hacienda #947612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.34%

R = 52.11%
G = 41.55%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#947612 (or 0x947612) is known color: Hacienda. HEX triplet: 94, 76 and 12. RGB value is (148,118,18). Sum of RGB (Red+Green+Blue) = 148+118+18=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #947612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947612 is #6B89ED. Grayscale: #737373. Windows color (decimal): -7047662 or 1210004. OLE color: 1210004.

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

Color convert

RGB 148 118 18 -
CMYK 0 0.20 0.88 0.42
HSL 46.15º 0.78% 0.33% -
HSV(B) 46.15º 0.88% 0.58% -
XYZ 18.8 19.3 3.31 -
YUV 115.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 148 118 18 0 0.20 0.88 0.42 46.15 0.78 0.33
Hex 94 76 12 0 14 58 2A 2E 4E 21
Octal 224 166 22 0 24 130 52 56 116 41
Binary 10010100 1110110 10010 0 10100 1011000 101010 101110 1001110 100001

Color Harmonies of #947612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947612

Black with #947612

Text Example


Text Example

White with #947612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947612; }

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

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

background-color css

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

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

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

border-color css

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

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

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