#982C26

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

Shades of Brown #982C26

Tints of Brown #982C26

Color information

#982C26 (or 0x982C26) is unknown color: approx Brown. HEX triplet: 98, 2C and 26. RGB value is (152,44,38). Sum of RGB (Red+Green+Blue) = 152+44+38=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #982C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C26 is #67D3D9. Grayscale: #4B4B4B. Windows color (decimal): -6804442 or 2501784. OLE color: 2501784.

HSL color Cylindrical-coordinate representation of color #982C26: hue angle of 3.16º 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 #982C26 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB1524438-
CMYK00.710.750.40
HSL3.16º60%37.25%-
HSV(B)3.16º75%59.61%-
XYZ14.28.622.75-
YUV75.61106.78182.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.96%
GREEN value IS 44 (17.58% from 255) = 18.80%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=64.96%
G=18.80%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152443800.710.750.403.166037.25
Hex982C260474B2833c25
Octal230544601071135037445
Binary1001100010110010011001000111100101110100011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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