Html Css Color HEX #908010 Hacienda

📋 copy color: '#908010'

red 144 ◦ green 128 ◦ blue 16

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

Shades of Hacienda #908010

Tints of Hacienda #908010

RGB

 RED value IS 144 (56.64% from 255) = 50%

 GREEN value IS 128 (50.39% from 255) = 44.44%

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

R = 50%
G = 44.44%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#908010 (or 0x908010) is known color: Hacienda. HEX triplet: 90, 80 and 10. RGB value is (144,128,16). Sum of RGB (Red+Green+Blue) = 144+128+16=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #908010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908010 is #6F7FEF. Grayscale: #787878. Windows color (decimal): -7307248 or 1081488. OLE color: 1081488.

HSL color Cylindrical-coordinate representation of color #908010: hue angle of 52.5º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #908010 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 128 16 -
CMYK 0 0.11 0.89 0.44
HSL 52.5º 0.8% 0.31% -
HSV(B) 52.5º 0.89% 0.56% -
XYZ 19.31 21.41 3.6 -
YUV 120.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 144 128 16 0 0.11 0.89 0.44 52.5 0.8 0.31
Hex 90 80 10 0 B 59 2C 34 50 1F
Octal 220 200 20 0 13 131 54 64 120 37
Binary 10010000 10000000 10000 0 1011 1011001 101100 110100 1010000 11111

Color Harmonies of #908010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908010

Black with #908010

Text Example


Text Example

White with #908010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908010; }

 p { color: rgb(144,128,16); }

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

background-color css

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

 a { background-color: rgb(144,128,16); }

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

border-color css

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

 span { border-color: rgb(144,128,16); }

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