Html Css Color HEX #948113 Hacienda

📋 copy color: '#948113'

red 148 ◦ green 129 ◦ blue 19

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

Shades of Hacienda #948113

Tints of Hacienda #948113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 50%
G = 43.58%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#948113 (or 0x948113) is known color: Hacienda. HEX triplet: 94, 81 and 13. RGB value is (148,129,19). Sum of RGB (Red+Green+Blue) = 148+129+19=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #948113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948113 is #6B7EEC. Grayscale: #7A7A7A. Windows color (decimal): -7044845 or 1278356. OLE color: 1278356.

HSL color Cylindrical-coordinate representation of color #948113: hue angle of 51.16º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #948113 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 129 19 -
CMYK 0 0.13 0.87 0.42
HSL 51.16º 0.77% 0.33% -
HSV(B) 51.16º 0.87% 0.58% -
XYZ 20.18 22.04 3.81 -
YUV 122.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 148 129 19 0 0.13 0.87 0.42 51.16 0.77 0.33
Hex 94 81 13 0 D 57 2A 33 4D 21
Octal 224 201 23 0 15 127 52 63 115 41
Binary 10010100 10000001 10011 0 1101 1010111 101010 110011 1001101 100001

Color Harmonies of #948113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948113

Black with #948113

Text Example


Text Example

White with #948113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948113; }

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

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

background-color css

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

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

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

border-color css

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

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

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