#082527

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

Shades of Swamp #082527

Tints of Swamp #082527

Color information

#082527 (or 0x082527) is unknown color: approx Swamp. HEX triplet: 08, 25 and 27. RGB value is (8,37,39). Sum of RGB (Red+Green+Blue) = 8+37+39=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 39 - color contains mainly: blue. Hex color #082527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082527 is #F7DAD8. Grayscale: #1C1C1C. Windows color (decimal): -16243417 or 2565384. OLE color: 2565384.

HSL color Cylindrical-coordinate representation of color #082527: hue angle of 183.87º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082527 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB83739-
CMYK0.790.0500.85
HSL183.87º65.96%9.22%-
HSV(B)183.87º79.49%15.29%-
XYZ1.131.522.15-
YUV28.56133.89113.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.52%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 39 (15.62% from 255) = 46.43%
R=9.52%
G=44.05%
B=46.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal837390.790.0500.85183.8765.969.22
Hex825274F5055b8429
Octal1045471175012527010211
Binary10001001011001111001111101010101011011100010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082527; }

 p { color: rgb(8,37,39); }

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

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

 a { background-color: rgb(8,37,39); }

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

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

 span { border-color: rgb(8,37,39); }

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