Html Css Color HEX #947D1B Hacienda

📋 copy color: '#947D1B'

red 148 ◦ green 125 ◦ blue 27

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

Shades of Hacienda #947D1B

Tints of Hacienda #947D1B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.67%

 BLUE value IS 27 (10.94% from 255) = 9%

R = 49.33%
G = 41.67%
B = 9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#947D1B (or 0x947D1B) is known color: Hacienda. HEX triplet: 94, 7D and 1B. RGB value is (148,125,27). Sum of RGB (Red+Green+Blue) = 148+125+27=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #947D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D1B is #6B82E4. Grayscale: #797979. Windows color (decimal): -7045861 or 1801620. OLE color: 1801620.

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

Color convert

RGB 148 125 27 -
CMYK 0 0.16 0.82 0.42
HSL 48.6º 0.69% 0.34% -
HSV(B) 48.6º 0.82% 0.58% -
XYZ 19.74 21.04 4.06 -
YUV 120.71 75.12 147.47 -
System Red Green Blue C M Y K H S L
Decimal 148 125 27 0 0.16 0.82 0.42 48.6 0.69 0.34
Hex 94 7D 1B 0 10 52 2A 31 45 22
Octal 224 175 33 0 20 122 52 61 105 42
Binary 10010100 1111101 11011 0 10000 1010010 101010 110001 1000101 100010

Color Harmonies of #947D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D1B

Black with #947D1B

Text Example


Text Example

White with #947D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,125,27); }

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

background-color css

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

 a { background-color: rgb(148,125,27); }

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

border-color css

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

 span { border-color: rgb(148,125,27); }

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