Html Css Color HEX #947D1A Hacienda

📋 copy color: '#947D1A'

red 148 ◦ green 125 ◦ blue 26

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

Shades of Hacienda #947D1A

Tints of Hacienda #947D1A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.81%

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

R = 49.5%
G = 41.81%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#947D1A (or 0x947D1A) is known color: Hacienda. HEX triplet: 94, 7D and 1A. RGB value is (148,125,26). Sum of RGB (Red+Green+Blue) = 148+125+26=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #947D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D1A is #6B82E5. Grayscale: #797979. Windows color (decimal): -7045862 or 1736084. OLE color: 1736084.

HSL color Cylindrical-coordinate representation of color #947D1A: hue angle of 48.69º 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 #947D1A is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 125 26 -
CMYK 0 0.16 0.82 0.42
HSL 48.69º 0.7% 0.34% -
HSV(B) 48.69º 0.82% 0.58% -
XYZ 19.73 21.04 4 -
YUV 120.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 148 125 26 0 0.16 0.82 0.42 48.69 0.7 0.34
Hex 94 7D 1A 0 10 52 2A 31 46 22
Octal 224 175 32 0 20 122 52 61 106 42
Binary 10010100 1111101 11010 0 10000 1010010 101010 110001 1000110 100010

Color Harmonies of #947D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D1A

Black with #947D1A

Text Example


Text Example

White with #947D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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