Html Css Color HEX #947C1C Hacienda

📋 copy color: '#947C1C'

red 148 ◦ green 124 ◦ blue 28

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

Shades of Hacienda #947C1C

Tints of Hacienda #947C1C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.33%

 BLUE value IS 28 (11.33% from 255) = 9.33%

R = 49.33%
G = 41.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#947C1C (or 0x947C1C) is known color: Hacienda. HEX triplet: 94, 7C and 1C. RGB value is (148,124,28). Sum of RGB (Red+Green+Blue) = 148+124+28=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #947C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C1C is #6B83E3. Grayscale: #787878. Windows color (decimal): -7046116 or 1866900. OLE color: 1866900.

HSL color Cylindrical-coordinate representation of color #947C1C: hue angle of 48º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #947C1C is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 28 -
CMYK 0 0.16 0.81 0.42
HSL 48º 0.68% 0.35% -
HSV(B) 48º 0.81% 0.58% -
XYZ 19.63 20.8 4.08 -
YUV 120.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 148 124 28 0 0.16 0.81 0.42 48 0.68 0.35
Hex 94 7C 1C 0 10 51 2A 30 44 23
Octal 224 174 34 0 20 121 52 60 104 43
Binary 10010100 1111100 11100 0 10000 1010001 101010 110000 1000100 100011

Color Harmonies of #947C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C1C

Black with #947C1C

Text Example


Text Example

White with #947C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,124,28); }

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

background-color css

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

 a { background-color: rgb(148,124,28); }

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

border-color css

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

 span { border-color: rgb(148,124,28); }

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