Html Css Color HEX #948017 Hacienda

📋 copy color: '#948017'

red 148 ◦ green 128 ◦ blue 23

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

Shades of Hacienda #948017

Tints of Hacienda #948017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.69%

R = 49.5%
G = 42.81%
B = 7.69%

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

#948017 (or 0x948017) is known color: Hacienda. HEX triplet: 94, 80 and 17. RGB value is (148,128,23). Sum of RGB (Red+Green+Blue) = 148+128+23=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #948017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948017 is #6B7FE8. Grayscale: #7A7A7A. Windows color (decimal): -7045097 or 1540244. OLE color: 1540244.

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

Color convert

RGB 148 128 23 -
CMYK 0 0.14 0.84 0.42
HSL 50.4º 0.73% 0.34% -
HSV(B) 50.4º 0.84% 0.58% -
XYZ 20.09 21.8 3.96 -
YUV 122.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 148 128 23 0 0.14 0.84 0.42 50.4 0.73 0.34
Hex 94 80 17 0 E 54 2A 32 49 22
Octal 224 200 27 0 16 124 52 62 111 42
Binary 10010100 10000000 10111 0 1110 1010100 101010 110010 1001001 100010

Color Harmonies of #948017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948017

Black with #948017

Text Example


Text Example

White with #948017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948017; }

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

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

background-color css

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

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

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

border-color css

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

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

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