Html Css Color HEX #947B17 Hacienda

📋 copy color: '#947B17'

red 148 ◦ green 123 ◦ blue 23

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

Shades of Hacienda #947B17

Tints of Hacienda #947B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.82%

R = 50.34%
G = 41.84%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#947B17 (or 0x947B17) is known color: Hacienda. HEX triplet: 94, 7B and 17. RGB value is (148,123,23). Sum of RGB (Red+Green+Blue) = 148+123+23=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #947B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947B17 is #6B84E8. Grayscale: #777777. Windows color (decimal): -7046377 or 1538964. OLE color: 1538964.

HSL color Cylindrical-coordinate representation of color #947B17: hue angle of 48º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #947B17 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 123 23 -
CMYK 0 0.17 0.84 0.42
HSL 48º 0.73% 0.34% -
HSV(B) 48º 0.84% 0.58% -
XYZ 19.45 20.52 3.75 -
YUV 119.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 148 123 23 0 0.17 0.84 0.42 48 0.73 0.34
Hex 94 7B 17 0 11 54 2A 30 49 22
Octal 224 173 27 0 21 124 52 60 111 42
Binary 10010100 1111011 10111 0 10001 1010100 101010 110000 1001001 100010

Color Harmonies of #947B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B17

Black with #947B17

Text Example


Text Example

White with #947B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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