#982D26

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

Shades of Brown #982D26

Tints of Brown #982D26

Color information

#982D26 (or 0x982D26) is unknown color: approx Brown. HEX triplet: 98, 2D and 26. RGB value is (152,45,38). Sum of RGB (Red+Green+Blue) = 152+45+38=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #982D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982D26 is #67D2D9. Grayscale: #4C4C4C. Windows color (decimal): -6804186 or 2502040. OLE color: 2502040.

HSL color Cylindrical-coordinate representation of color #982D26: hue angle of 3.68º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982D26 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB1524538-
CMYK00.700.750.40
HSL3.68º60%37.25%-
HSV(B)3.68º75%59.61%-
XYZ14.248.692.76-
YUV76.19106.45182.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.68%
GREEN value IS 45 (17.97% from 255) = 19.15%
BLUE value IS 38 (15.23% from 255) = 16.17%
R=64.68%
G=19.15%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152453800.700.750.403.686037.25
Hex982D260464B2843c25
Octal230554601061135047445
Binary10011000101101100110010001101001011101000100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,45,38); }

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

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

 a { background-color: rgb(152,45,38); }

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

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

 span { border-color: rgb(152,45,38); }

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