#98741c

Color #98741C Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #98741C

Tints of Hacienda #98741C

Color information

#98741C (or 0x98741C) is unknown color: approx Hacienda. HEX triplet: 98, 74 and 1C. RGB value is (152,116,28). Sum of RGB (Red+Green+Blue) = 152+116+28=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98741C is #678BE3. Grayscale: #757575. Windows color (decimal): -6786020 or 1864856. OLE color: 1864856.

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

Color convert

RGB15211628-
CMYK00.240.820.40
HSL42.58º68.89%35.29%-
HSV(B)42.58º81.58%59.61%-
XYZ19.419.253.79-
YUV116.7377.93153.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 28 (11.33% from 255) = 9.46%
R=51.35%
G=39.19%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521162800.240.820.4042.5868.8935.29
Hex98741C01852282b4523
Octal23016434030122505310543
Binary1001100011101001110001100010100101010001010111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98741c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98741c; }

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

 H1.HeaderClassName
 {
   color: #98741c;
 }
 .AnyTagClassName
 {
   color: #98741c;
 }
</style>
background-color css

<style>
 a { background-color: #98741c; }

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

 div.DivClassName
 {
   background-color: #98741c;
 }
 .BgClassName
 {
   background-color: #98741c;
 }
</style>
border-color css

<style>
 span { border-color: #98741c; }

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

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