Html Css Color HEX #947915 Hacienda

📋 copy color: '#947915'

red 148 ◦ green 121 ◦ blue 21

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

Shades of Hacienda #947915

Tints of Hacienda #947915

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.72%

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

R = 51.03%
G = 41.72%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#947915 (or 0x947915) is known color: Hacienda. HEX triplet: 94, 79 and 15. RGB value is (148,121,21). Sum of RGB (Red+Green+Blue) = 148+121+21=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #947915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947915 is #6B86EA. Grayscale: #767676. Windows color (decimal): -7046891 or 1407380. OLE color: 1407380.

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

Color convert

RGB 148 121 21 -
CMYK 0 0.18 0.86 0.42
HSL 47.24º 0.75% 0.33% -
HSV(B) 47.24º 0.86% 0.58% -
XYZ 19.19 20.02 3.56 -
YUV 117.67 73.45 149.63 -
System Red Green Blue C M Y K H S L
Decimal 148 121 21 0 0.18 0.86 0.42 47.24 0.75 0.33
Hex 94 79 15 0 12 56 2A 2F 4B 21
Octal 224 171 25 0 22 126 52 57 113 41
Binary 10010100 1111001 10101 0 10010 1010110 101010 101111 1001011 100001

Color Harmonies of #947915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947915

Black with #947915

Text Example


Text Example

White with #947915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947915; }

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

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

background-color css

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

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

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

border-color css

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

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

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