Html Css Color HEX #948114 Hacienda

📋 copy color: '#948114'

red 148 ◦ green 129 ◦ blue 20

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

Shades of Hacienda #948114

Tints of Hacienda #948114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 49.83%
G = 43.43%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#948114 (or 0x948114) is known color: Hacienda. HEX triplet: 94, 81 and 14. RGB value is (148,129,20). Sum of RGB (Red+Green+Blue) = 148+129+20=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #948114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948114 is #6B7EEB. Grayscale: #7A7A7A. Windows color (decimal): -7044844 or 1343892. OLE color: 1343892.

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

Color convert

RGB 148 129 20 -
CMYK 0 0.13 0.86 0.42
HSL 51.09º 0.76% 0.33% -
HSV(B) 51.09º 0.86% 0.58% -
XYZ 20.19 22.05 3.85 -
YUV 122.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 148 129 20 0 0.13 0.86 0.42 51.09 0.76 0.33
Hex 94 81 14 0 D 56 2A 33 4C 21
Octal 224 201 24 0 15 126 52 63 114 41
Binary 10010100 10000001 10100 0 1101 1010110 101010 110011 1001100 100001

Color Harmonies of #948114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948114

Black with #948114

Text Example


Text Example

White with #948114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948114; }

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

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

background-color css

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

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

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

border-color css

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

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

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