Html Css Color HEX #947A18 Hacienda

📋 copy color: '#947A18'

red 148 ◦ green 122 ◦ blue 24

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

Shades of Hacienda #947A18

Tints of Hacienda #947A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.16%

R = 50.34%
G = 41.5%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#947A18 (or 0x947A18) is known color: Hacienda. HEX triplet: 94, 7A and 18. RGB value is (148,122,24). Sum of RGB (Red+Green+Blue) = 148+122+24=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #947A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A18 is #6B85E7. Grayscale: #777777. Windows color (decimal): -7046632 or 1604244. OLE color: 1604244.

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

Color convert

RGB 148 122 24 -
CMYK 0 0.18 0.84 0.42
HSL 47.42º 0.72% 0.34% -
HSV(B) 47.42º 0.84% 0.58% -
XYZ 19.34 20.28 3.76 -
YUV 118.6 74.61 148.97 -
System Red Green Blue C M Y K H S L
Decimal 148 122 24 0 0.18 0.84 0.42 47.42 0.72 0.34
Hex 94 7A 18 0 12 54 2A 2F 48 22
Octal 224 172 30 0 22 124 52 57 110 42
Binary 10010100 1111010 11000 0 10010 1010100 101010 101111 1001000 100010

Color Harmonies of #947A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A18

Black with #947A18

Text Example


Text Example

White with #947A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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