Html Css Color HEX #947E1A Hacienda

📋 copy color: '#947E1A'

red 148 ◦ green 126 ◦ blue 26

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

Shades of Hacienda #947E1A

Tints of Hacienda #947E1A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42%

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 49.33%
G = 42%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#947E1A (or 0x947E1A) is known color: Hacienda. HEX triplet: 94, 7E and 1A. RGB value is (148,126,26). Sum of RGB (Red+Green+Blue) = 148+126+26=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #947E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E1A is #6B81E5. Grayscale: #797979. Windows color (decimal): -7045606 or 1736340. OLE color: 1736340.

HSL color Cylindrical-coordinate representation of color #947E1A: hue angle of 49.18º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #947E1A is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 126 26 -
CMYK 0 0.15 0.82 0.42
HSL 49.18º 0.7% 0.34% -
HSV(B) 49.18º 0.82% 0.58% -
XYZ 19.86 21.29 4.04 -
YUV 121.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 148 126 26 0 0.15 0.82 0.42 49.18 0.7 0.34
Hex 94 7E 1A 0 F 52 2A 31 46 22
Octal 224 176 32 0 17 122 52 61 106 42
Binary 10010100 1111110 11010 0 1111 1010010 101010 110001 1000110 100010

Color Harmonies of #947E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947E1A

Black with #947E1A

Text Example


Text Example

White with #947E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947E1A; }

 p { color: rgb(148,126,26); }

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

background-color css

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

 a { background-color: rgb(148,126,26); }

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

border-color css

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

 span { border-color: rgb(148,126,26); }

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