Html Css Color HEX #947B20 Hacienda

📋 copy color: '#947B20'

red 148 ◦ green 123 ◦ blue 32

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

Shades of Hacienda #947B20

Tints of Hacienda #947B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 48.84%
G = 40.59%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#947B20 (or 0x947B20) is known color: Hacienda. HEX triplet: 94, 7B and 20. RGB value is (148,123,32). Sum of RGB (Red+Green+Blue) = 148+123+32=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #947B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B20 is #6B84DF. Grayscale: #787878. Windows color (decimal): -7046368 or 2128788. OLE color: 2128788.

HSL color Cylindrical-coordinate representation of color #947B20: hue angle of 47.07º 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 #947B20 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 123 32 -
CMYK 0 0.17 0.78 0.42
HSL 47.07º 0.64% 0.35% -
HSV(B) 47.07º 0.78% 0.58% -
XYZ 19.56 20.57 4.31 -
YUV 120.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 148 123 32 0 0.17 0.78 0.42 47.07 0.64 0.35
Hex 94 7B 20 0 11 4E 2A 2F 40 23
Octal 224 173 40 0 21 116 52 57 100 43
Binary 10010100 1111011 100000 0 10001 1001110 101010 101111 1000000 100011

Color Harmonies of #947B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B20

Black with #947B20

Text Example


Text Example

White with #947B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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