Html Css Color HEX #948117 Hacienda

📋 copy color: '#948117'

red 148 ◦ green 129 ◦ blue 23

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

Shades of Hacienda #948117

Tints of Hacienda #948117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43%

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

R = 49.33%
G = 43%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#948117 (or 0x948117) is known color: Hacienda. HEX triplet: 94, 81 and 17. RGB value is (148,129,23). Sum of RGB (Red+Green+Blue) = 148+129+23=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #948117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948117 is #6B7EE8. Grayscale: #7B7B7B. Windows color (decimal): -7044841 or 1540500. OLE color: 1540500.

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

Color convert

RGB 148 129 23 -
CMYK 0 0.13 0.84 0.42
HSL 50.88º 0.73% 0.34% -
HSV(B) 50.88º 0.84% 0.58% -
XYZ 20.22 22.06 4 -
YUV 122.6 71.79 146.12 -
System Red Green Blue C M Y K H S L
Decimal 148 129 23 0 0.13 0.84 0.42 50.88 0.73 0.34
Hex 94 81 17 0 D 54 2A 33 49 22
Octal 224 201 27 0 15 124 52 63 111 42
Binary 10010100 10000001 10111 0 1101 1010100 101010 110011 1001001 100010

Color Harmonies of #948117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948117

Black with #948117

Text Example


Text Example

White with #948117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948117; }

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

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

background-color css

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

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

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

border-color css

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

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

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