Html Css Color HEX #948018 Hacienda

📋 copy color: '#948018'

red 148 ◦ green 128 ◦ blue 24

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

Shades of Hacienda #948018

Tints of Hacienda #948018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.67%

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

R = 49.33%
G = 42.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#948018 (or 0x948018) is known color: Hacienda. HEX triplet: 94, 80 and 18. RGB value is (148,128,24). Sum of RGB (Red+Green+Blue) = 148+128+24=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #948018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948018 is #6B7FE7. Grayscale: #7A7A7A. Windows color (decimal): -7045096 or 1605780. OLE color: 1605780.

HSL color Cylindrical-coordinate representation of color #948018: hue angle of 50.32º 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 #948018 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 24 -
CMYK 0 0.14 0.84 0.42
HSL 50.32º 0.72% 0.34% -
HSV(B) 50.32º 0.84% 0.58% -
XYZ 20.1 21.8 4.01 -
YUV 122.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 148 128 24 0 0.14 0.84 0.42 50.32 0.72 0.34
Hex 94 80 18 0 E 54 2A 32 48 22
Octal 224 200 30 0 16 124 52 62 110 42
Binary 10010100 10000000 11000 0 1110 1010100 101010 110010 1001000 100010

Color Harmonies of #948018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948018

Black with #948018

Text Example


Text Example

White with #948018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948018; }

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

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

background-color css

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

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

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

border-color css

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

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

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