Html Css Color HEX #958210 Hacienda

📋 copy color: '#958210'

red 149 ◦ green 130 ◦ blue 16

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

Shades of Hacienda #958210

Tints of Hacienda #958210

RGB

 RED value IS 149 (58.59% from 255) = 50.51%

 GREEN value IS 130 (51.17% from 255) = 44.07%

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

R = 50.51%
G = 44.07%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#958210 (or 0x958210) is known color: Hacienda. HEX triplet: 95, 82 and 10. RGB value is (149,130,16). Sum of RGB (Red+Green+Blue) = 149+130+16=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #958210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958210 is #6A7DEF. Grayscale: #7B7B7B. Windows color (decimal): -6979056 or 1082005. OLE color: 1082005.

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

Color convert

RGB 149 130 16 -
CMYK 0 0.13 0.89 0.42
HSL 51.43º 0.81% 0.32% -
HSV(B) 51.43º 0.89% 0.58% -
XYZ 20.47 22.39 3.73 -
YUV 122.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 149 130 16 0 0.13 0.89 0.42 51.43 0.81 0.32
Hex 95 82 10 0 D 59 2A 33 51 20
Octal 225 202 20 0 15 131 52 63 121 40
Binary 10010101 10000010 10000 0 1101 1011001 101010 110011 1010001 100000

Color Harmonies of #958210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958210

Black with #958210

Text Example


Text Example

White with #958210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958210; }

 p { color: rgb(149,130,16); }

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

background-color css

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

 a { background-color: rgb(149,130,16); }

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

border-color css

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

 span { border-color: rgb(149,130,16); }

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