Html Css Color HEX #99801B Hacienda

📋 copy color: '#99801B'

red 153 ◦ green 128 ◦ blue 27

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

Shades of Hacienda #99801B

Tints of Hacienda #99801B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.77%

R = 49.68%
G = 41.56%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99801B (or 0x99801B) is known color: Hacienda. HEX triplet: 99, 80 and 1B. RGB value is (153,128,27). Sum of RGB (Red+Green+Blue) = 153+128+27=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #99801B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99801B is #667FE4. Grayscale: #7C7C7C. Windows color (decimal): -6717413 or 1802393. OLE color: 1802393.

HSL color Cylindrical-coordinate representation of color #99801B: hue angle of 48.1º degrees, saturation: 0.7, 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 #99801B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 27 -
CMYK 0 0.16 0.82 0.4
HSL 48.1º 0.7% 0.35% -
HSV(B) 48.1º 0.82% 0.6% -
XYZ 21.05 22.29 4.23 -
YUV 123.96 73.28 148.71 -
System Red Green Blue C M Y K H S L
Decimal 153 128 27 0 0.16 0.82 0.4 48.1 0.7 0.35
Hex 99 80 1B 0 10 52 28 30 46 23
Octal 231 200 33 0 20 122 50 60 106 43
Binary 10011001 10000000 11011 0 10000 1010010 101000 110000 1000110 100011

Color Harmonies of #99801B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99801B

Black with #99801B

Text Example


Text Example

White with #99801B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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