#98744A

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

Shades of Pale Brown #98744A

Tints of Pale Brown #98744A

Color information

#98744A (or 0x98744A) is unknown color: approx Pale Brown. HEX triplet: 98, 74 and 4A. RGB value is (152,116,74). Sum of RGB (Red+Green+Blue) = 152+116+74=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #98744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98744A is #678BB5. Grayscale: #7A7A7A. Windows color (decimal): -6785974 or 4879512. OLE color: 4879512.

HSL color Cylindrical-coordinate representation of color #98744A: hue angle of 32.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98744A is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB15211674-
CMYK00.240.510.40
HSL32.31º34.51%44.31%-
HSV(B)32.31º51.32%59.61%-
XYZ20.4319.669.2-
YUV121.98100.93149.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=44.44%
G=33.92%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521167400.240.510.4032.3134.5144.31
Hex98744A018332820232c
Octal2301641120306350404354
Binary1001100011101001001010011000110011101000100000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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