#982B29

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

Shades of Brown #982B29

Tints of Brown #982B29

Color information

#982B29 (or 0x982B29) is unknown color: approx Brown. HEX triplet: 98, 2B and 29. RGB value is (152,43,41). Sum of RGB (Red+Green+Blue) = 152+43+41=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #982B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982B29 is #67D4D6. Grayscale: #4B4B4B. Windows color (decimal): -6804695 or 2698136. OLE color: 2698136.

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

Color convert

RGB1524341-
CMYK00.720.730.40
HSL1.08º57.51%37.84%-
HSV(B)1.08º73.03%59.61%-
XYZ14.218.563-
YUV75.36108.61182.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.41%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 41 (16.41% from 255) = 17.37%
R=64.41%
G=18.22%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152434100.720.730.401.0857.5137.84
Hex982B29048492813a26
Octal230535101101115017246
Binary100110001010111010010100100010010011010001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982B29; }

 p { color: rgb(152,43,41); }

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

<style>
 a { background-color: #982B29; }

 a { background-color: rgb(152,43,41); }

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

<style>
 span { border-color: #982B29; }

 span { border-color: rgb(152,43,41); }

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