Html Css Color HEX #947A1F Hacienda

📋 copy color: '#947A1F'

red 148 ◦ green 122 ◦ blue 31

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

Shades of Hacienda #947A1F

Tints of Hacienda #947A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.53%

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 49.17%
G = 40.53%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#947A1F (or 0x947A1F) is known color: Hacienda. HEX triplet: 94, 7A and 1F. RGB value is (148,122,31). Sum of RGB (Red+Green+Blue) = 148+122+31=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #947A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A1F is #6B85E0. Grayscale: #777777. Windows color (decimal): -7046625 or 2062996. OLE color: 2062996.

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

Color convert

RGB 148 122 31 -
CMYK 0 0.18 0.79 0.42
HSL 46.67º 0.65% 0.35% -
HSV(B) 46.67º 0.79% 0.58% -
XYZ 19.42 20.31 4.19 -
YUV 119.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 148 122 31 0 0.18 0.79 0.42 46.67 0.65 0.35
Hex 94 7A 1F 0 12 4F 2A 2F 41 23
Octal 224 172 37 0 22 117 52 57 101 43
Binary 10010100 1111010 11111 0 10010 1001111 101010 101111 1000001 100011

Color Harmonies of #947A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A1F

Black with #947A1F

Text Example


Text Example

White with #947A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,122,31); }

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

background-color css

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

 a { background-color: rgb(148,122,31); }

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

border-color css

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

 span { border-color: rgb(148,122,31); }

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