Html Css Color HEX #99821C Hacienda

📋 copy color: '#99821C'

red 153 ◦ green 130 ◦ blue 28

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

Shades of Hacienda #99821C

Tints of Hacienda #99821C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9%

R = 49.2%
G = 41.8%
B = 9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99821C (or 0x99821C) is known color: Hacienda. HEX triplet: 99, 82 and 1C. RGB value is (153,130,28). Sum of RGB (Red+Green+Blue) = 153+130+28=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99821C is #667DE3. Grayscale: #7D7D7D. Windows color (decimal): -6716900 or 1868441. OLE color: 1868441.

HSL color Cylindrical-coordinate representation of color #99821C: hue angle of 48.96º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99821C is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 28 -
CMYK 0 0.15 0.82 0.4
HSL 48.96º 0.69% 0.35% -
HSV(B) 48.96º 0.82% 0.6% -
XYZ 21.33 22.82 4.38 -
YUV 125.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 153 130 28 0 0.15 0.82 0.4 48.96 0.69 0.35
Hex 99 82 1C 0 F 52 28 31 45 23
Octal 231 202 34 0 17 122 50 61 105 43
Binary 10011001 10000010 11100 0 1111 1010010 101000 110001 1000101 100011

Color Harmonies of #99821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99821C

Black with #99821C

Text Example


Text Example

White with #99821C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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