Html Css Color HEX #947B15 Hacienda

📋 copy color: '#947B15'

red 148 ◦ green 123 ◦ blue 21

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

Shades of Hacienda #947B15

Tints of Hacienda #947B15

RGB

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

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

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

R = 50.68%
G = 42.12%
B = 7.19%

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

#947B15 (or 0x947B15) is known color: Hacienda. HEX triplet: 94, 7B and 15. RGB value is (148,123,21). Sum of RGB (Red+Green+Blue) = 148+123+21=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #947B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947B15 is #6B84EA. Grayscale: #777777. Windows color (decimal): -7046379 or 1407892. OLE color: 1407892.

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

Color convert

RGB 148 123 21 -
CMYK 0 0.17 0.86 0.42
HSL 48.19º 0.75% 0.33% -
HSV(B) 48.19º 0.86% 0.58% -
XYZ 19.43 20.52 3.65 -
YUV 118.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 148 123 21 0 0.17 0.86 0.42 48.19 0.75 0.33
Hex 94 7B 15 0 11 56 2A 30 4B 21
Octal 224 173 25 0 21 126 52 60 113 41
Binary 10010100 1111011 10101 0 10001 1010110 101010 110000 1001011 100001

Color Harmonies of #947B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B15

Black with #947B15

Text Example


Text Example

White with #947B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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