Html Css Color HEX #94781E Hacienda

📋 copy color: '#94781E'

red 148 ◦ green 120 ◦ blue 30

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

Shades of Hacienda #94781E

Tints of Hacienda #94781E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.27%

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 49.66%
G = 40.27%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94781E (or 0x94781E) is known color: Hacienda. HEX triplet: 94, 78 and 1E. RGB value is (148,120,30). Sum of RGB (Red+Green+Blue) = 148+120+30=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #94781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94781E is #6B87E1. Grayscale: #767676. Windows color (decimal): -7047138 or 1996948. OLE color: 1996948.

HSL color Cylindrical-coordinate representation of color #94781E: hue angle of 45.76º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94781E is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 120 30 -
CMYK 0 0.19 0.80 0.42
HSL 45.76º 0.66% 0.35% -
HSV(B) 45.76º 0.8% 0.58% -
XYZ 19.16 19.82 4.04 -
YUV 118.11 78.28 149.32 -
System Red Green Blue C M Y K H S L
Decimal 148 120 30 0 0.19 0.80 0.42 45.76 0.66 0.35
Hex 94 78 1E 0 13 50 2A 2E 42 23
Octal 224 170 36 0 23 120 52 56 102 43
Binary 10010100 1111000 11110 0 10011 1010000 101010 101110 1000010 100011

Color Harmonies of #94781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94781E

Black with #94781E

Text Example


Text Example

White with #94781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94781E; }

 p { color: rgb(148,120,30); }

 H1.HeaderClassName
 {
   color: #94781E;
 }
 .AnyTagClassName
 {
   color: #94781E;
 }
</style>

background-color css

<style>
 a { background-color: #94781E; }

 a { background-color: rgb(148,120,30); }

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

border-color css

<style>
 span { border-color: #94781E; }

 span { border-color: rgb(148,120,30); }

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