Html Css Color HEX #99801A Hacienda

📋 copy color: '#99801A'

red 153 ◦ green 128 ◦ blue 26

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

Shades of Hacienda #99801A

Tints of Hacienda #99801A

RGB

 RED value IS 153 (60.16% from 255) = 49.84%

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

 BLUE value IS 26 (10.55% from 255) = 8.47%

R = 49.84%
G = 41.69%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#99801A (or 0x99801A) is known color: Hacienda. HEX triplet: 99, 80 and 1A. RGB value is (153,128,26). Sum of RGB (Red+Green+Blue) = 153+128+26=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #99801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99801A is #667FE5. Grayscale: #7C7C7C. Windows color (decimal): -6717414 or 1736857. OLE color: 1736857.

HSL color Cylindrical-coordinate representation of color #99801A: hue angle of 48.19º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99801A is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 26 -
CMYK 0 0.16 0.83 0.4
HSL 48.19º 0.71% 0.35% -
HSV(B) 48.19º 0.83% 0.6% -
XYZ 21.04 22.29 4.17 -
YUV 123.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 153 128 26 0 0.16 0.83 0.4 48.19 0.71 0.35
Hex 99 80 1A 0 10 53 28 30 47 23
Octal 231 200 32 0 20 123 50 60 107 43
Binary 10011001 10000000 11010 0 10000 1010011 101000 110000 1000111 100011

Color Harmonies of #99801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99801A

Black with #99801A

Text Example


Text Example

White with #99801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99801A; }

 p { color: rgb(153,128,26); }

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

background-color css

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

 a { background-color: rgb(153,128,26); }

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

border-color css

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

 span { border-color: rgb(153,128,26); }

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