Html Css Color HEX #947517 Hacienda

📋 copy color: '#947517'

red 148 ◦ green 117 ◦ blue 23

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

Shades of Hacienda #947517

Tints of Hacienda #947517

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.63%

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

R = 51.39%
G = 40.63%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#947517 (or 0x947517) is known color: Hacienda. HEX triplet: 94, 75 and 17. RGB value is (148,117,23). Sum of RGB (Red+Green+Blue) = 148+117+23=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #947517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947517 is #6B8AE8. Grayscale: #737373. Windows color (decimal): -7047913 or 1537428. OLE color: 1537428.

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

Color convert

RGB 148 117 23 -
CMYK 0 0.21 0.84 0.42
HSL 45.12º 0.73% 0.34% -
HSV(B) 45.12º 0.84% 0.58% -
XYZ 18.73 19.08 3.51 -
YUV 115.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 148 117 23 0 0.21 0.84 0.42 45.12 0.73 0.34
Hex 94 75 17 0 15 54 2A 2D 49 22
Octal 224 165 27 0 25 124 52 55 111 42
Binary 10010100 1110101 10111 0 10101 1010100 101010 101101 1001001 100010

Color Harmonies of #947517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947517

Black with #947517

Text Example


Text Example

White with #947517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947517; }

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

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

background-color css

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

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

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

border-color css

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

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

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