Html Css Color HEX #948015 Hacienda

📋 copy color: '#948015'

red 148 ◦ green 128 ◦ blue 21

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

Shades of Hacienda #948015

Tints of Hacienda #948015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 49.83%
G = 43.1%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#948015 (or 0x948015) is known color: Hacienda. HEX triplet: 94, 80 and 15. RGB value is (148,128,21). Sum of RGB (Red+Green+Blue) = 148+128+21=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #948015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948015 is #6B7FEA. Grayscale: #7A7A7A. Windows color (decimal): -7045099 or 1409172. OLE color: 1409172.

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

Color convert

RGB 148 128 21 -
CMYK 0 0.14 0.86 0.42
HSL 50.55º 0.75% 0.33% -
HSV(B) 50.55º 0.86% 0.58% -
XYZ 20.07 21.79 3.86 -
YUV 121.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 148 128 21 0 0.14 0.86 0.42 50.55 0.75 0.33
Hex 94 80 15 0 E 56 2A 33 4B 21
Octal 224 200 25 0 16 126 52 63 113 41
Binary 10010100 10000000 10101 0 1110 1010110 101010 110011 1001011 100001

Color Harmonies of #948015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948015

Black with #948015

Text Example


Text Example

White with #948015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948015; }

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

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

background-color css

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

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

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

border-color css

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

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

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