Html Css Color HEX #947B14 Hacienda

📋 copy color: '#947B14'

red 148 ◦ green 123 ◦ blue 20

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

Shades of Hacienda #947B14

Tints of Hacienda #947B14

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.27%

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

R = 50.86%
G = 42.27%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#947B14 (or 0x947B14) is known color: Hacienda. HEX triplet: 94, 7B and 14. RGB value is (148,123,20). Sum of RGB (Red+Green+Blue) = 148+123+20=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #947B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947B14 is #6B84EB. Grayscale: #777777. Windows color (decimal): -7046380 or 1342356. OLE color: 1342356.

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

Color convert

RGB 148 123 20 -
CMYK 0 0.17 0.86 0.42
HSL 48.28º 0.76% 0.33% -
HSV(B) 48.28º 0.86% 0.58% -
XYZ 19.42 20.51 3.6 -
YUV 118.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 148 123 20 0 0.17 0.86 0.42 48.28 0.76 0.33
Hex 94 7B 14 0 11 56 2A 30 4C 21
Octal 224 173 24 0 21 126 52 60 114 41
Binary 10010100 1111011 10100 0 10001 1010110 101010 110000 1001100 100001

Color Harmonies of #947B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B14

Black with #947B14

Text Example


Text Example

White with #947B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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