Html Css Color HEX #948510 Hacienda

📋 copy color: '#948510'

red 148 ◦ green 133 ◦ blue 16

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

Shades of Hacienda #948510

Tints of Hacienda #948510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 49.83%
G = 44.78%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#948510 (or 0x948510) is known color: Hacienda. HEX triplet: 94, 85 and 10. RGB value is (148,133,16). Sum of RGB (Red+Green+Blue) = 148+133+16=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #948510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948510 is #6B7AEF. Grayscale: #7C7C7C. Windows color (decimal): -7043824 or 1082772. OLE color: 1082772.

HSL color Cylindrical-coordinate representation of color #948510: hue angle of 53.18º degrees, saturation: 0.8, 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 #948510 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 16 -
CMYK 0 0.10 0.89 0.42
HSL 53.18º 0.8% 0.32% -
HSV(B) 53.18º 0.89% 0.58% -
XYZ 20.69 23.11 3.86 -
YUV 124.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 148 133 16 0 0.10 0.89 0.42 53.18 0.8 0.32
Hex 94 85 10 0 A 59 2A 35 50 20
Octal 224 205 20 0 12 131 52 65 120 40
Binary 10010100 10000101 10000 0 1010 1011001 101010 110101 1010000 100000

Color Harmonies of #948510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948510

Black with #948510

Text Example


Text Example

White with #948510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948510; }

 p { color: rgb(148,133,16); }

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

background-color css

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

 a { background-color: rgb(148,133,16); }

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

border-color css

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

 span { border-color: rgb(148,133,16); }

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