#98792A

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

Shades of Hacienda #98792A

Tints of Hacienda #98792A

Color information

#98792A (or 0x98792A) is unknown color: approx Hacienda. HEX triplet: 98, 79 and 2A. RGB value is (152,121,42). Sum of RGB (Red+Green+Blue) = 152+121+42=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98792A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98792A is #6786D5. Grayscale: #797979. Windows color (decimal): -6784726 or 2783640. OLE color: 2783640.

HSL color Cylindrical-coordinate representation of color #98792A: hue angle of 43.09º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98792A is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15212142-
CMYK00.200.720.40
HSL43.09º56.7%38.04%-
HSV(B)43.09º72.37%59.61%-
XYZ20.220.525.09-
YUV121.2683.27149.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 42 (16.80% from 255) = 13.33%
R=48.25%
G=38.41%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521214200.200.720.4043.0956.738.04
Hex98792A01448282b3926
Octal2301715202411050537146
Binary1001100011110011010100101001001000101000101011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98792A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98792A; }

 p { color: rgb(152,121,42); }

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

<style>
 a { background-color: #98792A; }

 a { background-color: rgb(152,121,42); }

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

<style>
 span { border-color: #98792A; }

 span { border-color: rgb(152,121,42); }

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