Html Css Color HEX #947C0F Hacienda

📋 copy color: '#947C0F'

red 148 ◦ green 124 ◦ blue 15

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

Shades of Hacienda #947C0F

Tints of Hacienda #947C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 51.57%
G = 43.21%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#947C0F (or 0x947C0F) is known color: Hacienda. HEX triplet: 94, 7C and 0F. RGB value is (148,124,15). Sum of RGB (Red+Green+Blue) = 148+124+15=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #947C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947C0F is #6B83F0. Grayscale: #777777. Windows color (decimal): -7046129 or 1014932. OLE color: 1014932.

HSL color Cylindrical-coordinate representation of color #947C0F: hue angle of 49.17º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #947C0F is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 15 -
CMYK 0 0.16 0.90 0.42
HSL 49.17º 0.82% 0.32% -
HSV(B) 49.17º 0.9% 0.58% -
XYZ 19.51 20.75 3.43 -
YUV 118.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 148 124 15 0 0.16 0.90 0.42 49.17 0.82 0.32
Hex 94 7C F 0 10 5A 2A 31 52 20
Octal 224 174 17 0 20 132 52 61 122 40
Binary 10010100 1111100 1111 0 10000 1011010 101010 110001 1010010 100000

Color Harmonies of #947C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C0F

Black with #947C0F

Text Example


Text Example

White with #947C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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