Html Css Color HEX #94771B Hacienda

📋 copy color: '#94771B'

red 148 ◦ green 119 ◦ blue 27

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

Shades of Hacienda #94771B

Tints of Hacienda #94771B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.48%

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

R = 50.34%
G = 40.48%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94771B (or 0x94771B) is known color: Hacienda. HEX triplet: 94, 77 and 1B. RGB value is (148,119,27). Sum of RGB (Red+Green+Blue) = 148+119+27=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94771B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94771B is #6B88E4. Grayscale: #757575. Windows color (decimal): -7047397 or 1800084. OLE color: 1800084.

HSL color Cylindrical-coordinate representation of color #94771B: hue angle of 45.62º 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 #94771B is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 119 27 -
CMYK 0 0.20 0.82 0.42
HSL 45.62º 0.69% 0.34% -
HSV(B) 45.62º 0.82% 0.58% -
XYZ 19.01 19.57 3.81 -
YUV 117.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 148 119 27 0 0.20 0.82 0.42 45.62 0.69 0.34
Hex 94 77 1B 0 14 52 2A 2E 45 22
Octal 224 167 33 0 24 122 52 56 105 42
Binary 10010100 1110111 11011 0 10100 1010010 101010 101110 1000101 100010

Color Harmonies of #94771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94771B

Black with #94771B

Text Example


Text Example

White with #94771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94771B; }

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

 H1.HeaderClassName
 {
   color: #94771B;
 }
 .AnyTagClassName
 {
   color: #94771B;
 }
</style>

background-color css

<style>
 a { background-color: #94771B; }

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

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

border-color css

<style>
 span { border-color: #94771B; }

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

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