#982C27

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

Shades of Brown #982C27

Tints of Brown #982C27

Color information

#982C27 (or 0x982C27) is unknown color: approx Brown. HEX triplet: 98, 2C and 27. RGB value is (152,44,39). Sum of RGB (Red+Green+Blue) = 152+44+39=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #982C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C27 is #67D3D8. Grayscale: #4B4B4B. Windows color (decimal): -6804441 or 2567320. OLE color: 2567320.

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

Color convert

RGB1524439-
CMYK00.710.740.40
HSL2.65º59.16%37.45%-
HSV(B)2.65º74.34%59.61%-
XYZ14.228.622.83-
YUV75.72107.28182.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.68%
GREEN value IS 44 (17.58% from 255) = 18.72%
BLUE value IS 39 (15.62% from 255) = 16.60%
R=64.68%
G=18.72%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152443900.710.740.402.6559.1637.45
Hex982C270474A2833b25
Octal230544701071125037345
Binary1001100010110010011101000111100101010100011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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