Html Css Color HEX #948312 Hacienda

📋 copy color: '#948312'

red 148 ◦ green 131 ◦ blue 18

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

Shades of Hacienda #948312

Tints of Hacienda #948312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.11%

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 49.83%
G = 44.11%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#948312 (or 0x948312) is known color: Hacienda. HEX triplet: 94, 83 and 12. RGB value is (148,131,18). Sum of RGB (Red+Green+Blue) = 148+131+18=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #948312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948312 is #6B7CED. Grayscale: #7B7B7B. Windows color (decimal): -7044334 or 1213332. OLE color: 1213332.

HSL color Cylindrical-coordinate representation of color #948312: hue angle of 52.15º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #948312 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 131 18 -
CMYK 0 0.11 0.88 0.42
HSL 52.15º 0.78% 0.33% -
HSV(B) 52.15º 0.88% 0.58% -
XYZ 20.44 22.57 3.85 -
YUV 123.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 148 131 18 0 0.11 0.88 0.42 52.15 0.78 0.33
Hex 94 83 12 0 B 58 2A 34 4E 21
Octal 224 203 22 0 13 130 52 64 116 41
Binary 10010100 10000011 10010 0 1011 1011000 101010 110100 1001110 100001

Color Harmonies of #948312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948312

Black with #948312

Text Example


Text Example

White with #948312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948312; }

 p { color: rgb(148,131,18); }

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

background-color css

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

 a { background-color: rgb(148,131,18); }

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

border-color css

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

 span { border-color: rgb(148,131,18); }

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