#08845C

Color #08845C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #08845C

Tints of Deep Sea #08845C

Color information

#08845C (or 0x08845C) is unknown color: approx Deep Sea. HEX triplet: 08, 84 and 5C. RGB value is (8,132,92). Sum of RGB (Red+Green+Blue) = 8+132+92=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #08845C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08845C is #F77BA3. Grayscale: #5A5A5A. Windows color (decimal): -16219044 or 6063112. OLE color: 6063112.

HSL color Cylindrical-coordinate representation of color #08845C: hue angle of 160.65º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08845C is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB813292-
CMYK0.9400.300.48
HSL160.65º88.57%27.45%-
HSV(B)160.65º93.94%51.76%-
XYZ10.2817.3312.93-
YUV90.36128.9269.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.45%
GREEN value IS 132 (51.95% from 255) = 56.90%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=3.45%
G=56.90%
B=39.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8132920.9400.300.48160.6588.5727.45
Hex8845C5E01E30a1591b
Octal102041341360366024113133
Binary1000100001001011100101111001111011000010100001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08845C; }

 p { color: rgb(8,132,92); }

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

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

 a { background-color: rgb(8,132,92); }

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

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

 span { border-color: rgb(8,132,92); }

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