Html Css Color HEX #948311 Hacienda

📋 copy color: '#948311'

red 148 ◦ green 131 ◦ blue 17

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

Shades of Hacienda #948311

Tints of Hacienda #948311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 50%
G = 44.26%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#948311 (or 0x948311) is known color: Hacienda. HEX triplet: 94, 83 and 11. RGB value is (148,131,17). Sum of RGB (Red+Green+Blue) = 148+131+17=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #948311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948311 is #6B7CEE. Grayscale: #7B7B7B. Windows color (decimal): -7044335 or 1147796. OLE color: 1147796.

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

Color convert

RGB 148 131 17 -
CMYK 0 0.11 0.89 0.42
HSL 52.21º 0.79% 0.32% -
HSV(B) 52.21º 0.89% 0.58% -
XYZ 20.43 22.57 3.81 -
YUV 123.09 68.13 145.77 -
System Red Green Blue C M Y K H S L
Decimal 148 131 17 0 0.11 0.89 0.42 52.21 0.79 0.32
Hex 94 83 11 0 B 59 2A 34 4F 20
Octal 224 203 21 0 13 131 52 64 117 40
Binary 10010100 10000011 10001 0 1011 1011001 101010 110100 1001111 100000

Color Harmonies of #948311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948311

Black with #948311

Text Example


Text Example

White with #948311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948311; }

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

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

background-color css

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

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

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

border-color css

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

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

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