Html Css Color HEX #948410 Hacienda

📋 copy color: '#948410'

red 148 ◦ green 132 ◦ blue 16

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

Shades of Hacienda #948410

Tints of Hacienda #948410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

 BLUE value IS 16 (6.64% from 255) = 5.41%

R = 50%
G = 44.59%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#948410 (or 0x948410) is known color: Hacienda. HEX triplet: 94, 84 and 10. RGB value is (148,132,16). Sum of RGB (Red+Green+Blue) = 148+132+16=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #948410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948410 is #6B7BEF. Grayscale: #7C7C7C. Windows color (decimal): -7044080 or 1082516. OLE color: 1082516.

HSL color Cylindrical-coordinate representation of color #948410: hue angle of 52.73º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #948410 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 16 -
CMYK 0 0.11 0.89 0.42
HSL 52.73º 0.8% 0.32% -
HSV(B) 52.73º 0.89% 0.58% -
XYZ 20.56 22.84 3.81 -
YUV 123.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 148 132 16 0 0.11 0.89 0.42 52.73 0.8 0.32
Hex 94 84 10 0 B 59 2A 35 50 20
Octal 224 204 20 0 13 131 52 65 120 40
Binary 10010100 10000100 10000 0 1011 1011001 101010 110101 1010000 100000

Color Harmonies of #948410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948410

Black with #948410

Text Example


Text Example

White with #948410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948410; }

 p { color: rgb(148,132,16); }

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

background-color css

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

 a { background-color: rgb(148,132,16); }

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

border-color css

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

 span { border-color: rgb(148,132,16); }

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