Html Css Color HEX #08845D Deep Sea

📋 copy color: '#08845D'

red 8 ◦ green 132 ◦ blue 93

#08845D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #08845D

Tints of Deep Sea #08845D

RGB

 RED value IS 8 (3.52% from 255) = 3.43%

 GREEN value IS 132 (51.95% from 255) = 56.65%

 BLUE value IS 93 (36.72% from 255) = 39.91%

R = 3.43%
G = 56.65%
B = 39.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#08845D (or 0x08845D) is known color: Deep Sea. HEX triplet: 08, 84 and 5D. RGB value is (8,132,93). Sum of RGB (Red+Green+Blue) = 8+132+93=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #08845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08845D is #F77BA2. Grayscale: #5A5A5A. Windows color (decimal): -16219043 or 6128648. OLE color: 6128648.

HSL color Cylindrical-coordinate representation of color #08845D: hue angle of 161.13º 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 #08845D is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 93 -
CMYK 0.94 0 0.30 0.48
HSL 161.13º 0.89% 0.27% -
HSV(B) 161.13º 0.94% 0.52% -
XYZ 10.33 17.34 13.16 -
YUV 90.48 129.42 69.17 -
System Red Green Blue C M Y K H S L
Decimal 8 132 93 0.94 0 0.30 0.48 161.13 0.89 0.27
Hex 8 84 5D 5E 0 1E 30 A1 59 1B
Octal 10 204 135 136 0 36 60 241 131 33
Binary 1000 10000100 1011101 1011110 0 11110 110000 10100001 1011001 11011

Color Harmonies of #08845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08845D

Black with #08845D

Text Example


Text Example

White with #08845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08845D;
 }
 .AnyTagClassName
 {
   color: #08845D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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