Html Css Color HEX #947417 Hacienda

📋 copy color: '#947417'

red 148 ◦ green 116 ◦ blue 23

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

Shades of Hacienda #947417

Tints of Hacienda #947417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

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

R = 51.57%
G = 40.42%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#947417 (or 0x947417) is known color: Hacienda. HEX triplet: 94, 74 and 17. RGB value is (148,116,23). Sum of RGB (Red+Green+Blue) = 148+116+23=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #947417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947417 is #6B8BE8. Grayscale: #737373. Windows color (decimal): -7048169 or 1537172. OLE color: 1537172.

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

Color convert

RGB 148 116 23 -
CMYK 0 0.22 0.84 0.42
HSL 44.64º 0.73% 0.34% -
HSV(B) 44.64º 0.84% 0.58% -
XYZ 18.61 18.85 3.47 -
YUV 114.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 148 116 23 0 0.22 0.84 0.42 44.64 0.73 0.34
Hex 94 74 17 0 16 54 2A 2D 49 22
Octal 224 164 27 0 26 124 52 55 111 42
Binary 10010100 1110100 10111 0 10110 1010100 101010 101101 1001001 100010

Color Harmonies of #947417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947417

Black with #947417

Text Example


Text Example

White with #947417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947417; }

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

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

background-color css

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

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

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

border-color css

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

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

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