Html Css Color HEX #947921 Hacienda

📋 copy color: '#947921'

red 148 ◦ green 121 ◦ blue 33

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

Shades of Hacienda #947921

Tints of Hacienda #947921

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

 BLUE value IS 33 (13.28% from 255) = 10.93%

R = 49.01%
G = 40.07%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#947921 (or 0x947921) is known color: Hacienda. HEX triplet: 94, 79 and 21. RGB value is (148,121,33). Sum of RGB (Red+Green+Blue) = 148+121+33=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #947921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947921 is #6B86DE. Grayscale: #777777. Windows color (decimal): -7046879 or 2193812. OLE color: 2193812.

HSL color Cylindrical-coordinate representation of color #947921: hue angle of 45.91º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #947921 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 121 33 -
CMYK 0 0.18 0.78 0.42
HSL 45.91º 0.64% 0.35% -
HSV(B) 45.91º 0.78% 0.58% -
XYZ 19.32 20.08 4.3 -
YUV 119.04 79.45 148.66 -
System Red Green Blue C M Y K H S L
Decimal 148 121 33 0 0.18 0.78 0.42 45.91 0.64 0.35
Hex 94 79 21 0 12 4E 2A 2E 40 23
Octal 224 171 41 0 22 116 52 56 100 43
Binary 10010100 1111001 100001 0 10010 1001110 101010 101110 1000000 100011

Color Harmonies of #947921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947921

Black with #947921

Text Example


Text Example

White with #947921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947921; }

 p { color: rgb(148,121,33); }

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

background-color css

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

 a { background-color: rgb(148,121,33); }

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

border-color css

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

 span { border-color: rgb(148,121,33); }

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