Html Css Color HEX #99741C Hacienda

📋 copy color: '#99741C'

red 153 ◦ green 116 ◦ blue 28

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

Shades of Hacienda #99741C

Tints of Hacienda #99741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

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

R = 51.52%
G = 39.06%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99741C (or 0x99741C) is known color: Hacienda. HEX triplet: 99, 74 and 1C. RGB value is (153,116,28). Sum of RGB (Red+Green+Blue) = 153+116+28=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99741C is #668BE3. Grayscale: #757575. Windows color (decimal): -6720484 or 1864857. OLE color: 1864857.

HSL color Cylindrical-coordinate representation of color #99741C: hue angle of 42.24º 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 #99741C is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 28 -
CMYK 0 0.24 0.82 0.4
HSL 42.24º 0.69% 0.35% -
HSV(B) 42.24º 0.82% 0.6% -
XYZ 19.59 19.35 3.8 -
YUV 117.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 153 116 28 0 0.24 0.82 0.4 42.24 0.69 0.35
Hex 99 74 1C 0 18 52 28 2A 45 23
Octal 231 164 34 0 30 122 50 52 105 43
Binary 10011001 1110100 11100 0 11000 1010010 101000 101010 1000101 100011

Color Harmonies of #99741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99741C

Black with #99741C

Text Example


Text Example

White with #99741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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