Html Css Color HEX #99821A Hacienda

📋 copy color: '#99821A'

red 153 ◦ green 130 ◦ blue 26

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

Shades of Hacienda #99821A

Tints of Hacienda #99821A

RGB

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

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

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

R = 49.51%
G = 42.07%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#99821A (or 0x99821A) is known color: Hacienda. HEX triplet: 99, 82 and 1A. RGB value is (153,130,26). Sum of RGB (Red+Green+Blue) = 153+130+26=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #99821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99821A is #667DE5. Grayscale: #7D7D7D. Windows color (decimal): -6716902 or 1737369. OLE color: 1737369.

HSL color Cylindrical-coordinate representation of color #99821A: hue angle of 49.13º 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 #99821A is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 26 -
CMYK 0 0.15 0.83 0.4
HSL 49.13º 0.71% 0.35% -
HSV(B) 49.13º 0.83% 0.6% -
XYZ 21.31 22.81 4.26 -
YUV 125.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 153 130 26 0 0.15 0.83 0.4 49.13 0.71 0.35
Hex 99 82 1A 0 F 53 28 31 47 23
Octal 231 202 32 0 17 123 50 61 107 43
Binary 10011001 10000010 11010 0 1111 1010011 101000 110001 1000111 100011

Color Harmonies of #99821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99821A

Black with #99821A

Text Example


Text Example

White with #99821A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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