Html Css Color HEX #99821E Hacienda

📋 copy color: '#99821E'

red 153 ◦ green 130 ◦ blue 30

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

Shades of Hacienda #99821E

Tints of Hacienda #99821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.58%

R = 48.88%
G = 41.53%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99821E (or 0x99821E) is known color: Hacienda. HEX triplet: 99, 82 and 1E. RGB value is (153,130,30). Sum of RGB (Red+Green+Blue) = 153+130+30=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99821E is #667DE1. Grayscale: #7D7D7D. Windows color (decimal): -6716898 or 1999513. OLE color: 1999513.

HSL color Cylindrical-coordinate representation of color #99821E: hue angle of 48.78º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99821E is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 30 -
CMYK 0 0.15 0.80 0.4
HSL 48.78º 0.67% 0.36% -
HSV(B) 48.78º 0.8% 0.6% -
XYZ 21.35 22.83 4.51 -
YUV 125.48 74.12 147.63 -
System Red Green Blue C M Y K H S L
Decimal 153 130 30 0 0.15 0.80 0.4 48.78 0.67 0.36
Hex 99 82 1E 0 F 50 28 31 43 24
Octal 231 202 36 0 17 120 50 61 103 44
Binary 10011001 10000010 11110 0 1111 1010000 101000 110001 1000011 100100

Color Harmonies of #99821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99821E

Black with #99821E

Text Example


Text Example

White with #99821E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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