Html Css Color HEX #94761C Hacienda

📋 copy color: '#94761C'

red 148 ◦ green 118 ◦ blue 28

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

Shades of Hacienda #94761C

Tints of Hacienda #94761C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.14%

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

R = 50.34%
G = 40.14%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94761C (or 0x94761C) is known color: Hacienda. HEX triplet: 94, 76 and 1C. RGB value is (148,118,28). Sum of RGB (Red+Green+Blue) = 148+118+28=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94761C is #6B89E3. Grayscale: #757575. Windows color (decimal): -7047652 or 1865364. OLE color: 1865364.

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

Color convert

RGB 148 118 28 -
CMYK 0 0.20 0.81 0.42
HSL 45º 0.68% 0.35% -
HSV(B) 45º 0.81% 0.58% -
XYZ 18.9 19.34 3.83 -
YUV 116.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 148 118 28 0 0.20 0.81 0.42 45 0.68 0.35
Hex 94 76 1C 0 14 51 2A 2D 44 23
Octal 224 166 34 0 24 121 52 55 104 43
Binary 10010100 1110110 11100 0 10100 1010001 101010 101101 1000100 100011

Color Harmonies of #94761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94761C

Black with #94761C

Text Example


Text Example

White with #94761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94761C; }

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

 H1.HeaderClassName
 {
   color: #94761C;
 }
 .AnyTagClassName
 {
   color: #94761C;
 }
</style>

background-color css

<style>
 a { background-color: #94761C; }

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

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

border-color css

<style>
 span { border-color: #94761C; }

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

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