Html Css Color HEX #99731E Hacienda

📋 copy color: '#99731E'

red 153 ◦ green 115 ◦ blue 30

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

Shades of Hacienda #99731E

Tints of Hacienda #99731E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

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

R = 51.34%
G = 38.59%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99731E (or 0x99731E) is known color: Hacienda. HEX triplet: 99, 73 and 1E. RGB value is (153,115,30). Sum of RGB (Red+Green+Blue) = 153+115+30=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99731E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99731E is #668CE1. Grayscale: #757575. Windows color (decimal): -6720738 or 1995673. OLE color: 1995673.

HSL color Cylindrical-coordinate representation of color #99731E: hue angle of 41.46º 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 #99731E is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 30 -
CMYK 0 0.25 0.80 0.4
HSL 41.46º 0.67% 0.36% -
HSV(B) 41.46º 0.8% 0.6% -
XYZ 19.5 19.13 3.89 -
YUV 116.67 79.09 153.91 -
System Red Green Blue C M Y K H S L
Decimal 153 115 30 0 0.25 0.80 0.4 41.46 0.67 0.36
Hex 99 73 1E 0 19 50 28 29 43 24
Octal 231 163 36 0 31 120 50 51 103 44
Binary 10011001 1110011 11110 0 11001 1010000 101000 101001 1000011 100100

Color Harmonies of #99731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99731E

Black with #99731E

Text Example


Text Example

White with #99731E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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