Html Css Color HEX #947A1A Hacienda

📋 copy color: '#947A1A'

red 148 ◦ green 122 ◦ blue 26

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

Shades of Hacienda #947A1A

Tints of Hacienda #947A1A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.22%

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

R = 50%
G = 41.22%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#947A1A (or 0x947A1A) is known color: Hacienda. HEX triplet: 94, 7A and 1A. RGB value is (148,122,26). Sum of RGB (Red+Green+Blue) = 148+122+26=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #947A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A1A is #6B85E5. Grayscale: #777777. Windows color (decimal): -7046630 or 1735316. OLE color: 1735316.

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

Color convert

RGB 148 122 26 -
CMYK 0 0.18 0.82 0.42
HSL 47.21º 0.7% 0.34% -
HSV(B) 47.21º 0.82% 0.58% -
XYZ 19.36 20.29 3.87 -
YUV 118.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 148 122 26 0 0.18 0.82 0.42 47.21 0.7 0.34
Hex 94 7A 1A 0 12 52 2A 2F 46 22
Octal 224 172 32 0 22 122 52 57 106 42
Binary 10010100 1111010 11010 0 10010 1010010 101010 101111 1000110 100010

Color Harmonies of #947A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A1A

Black with #947A1A

Text Example


Text Example

White with #947A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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