Html Css Color HEX #08845F Deep Sea

📋 copy color: '#08845F'

red 8 ◦ green 132 ◦ blue 95

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

Shades of Deep Sea #08845F

Tints of Deep Sea #08845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.43%

R = 3.4%
G = 56.17%
B = 40.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#08845F (or 0x08845F) is known color: Deep Sea. HEX triplet: 08, 84 and 5F. RGB value is (8,132,95). Sum of RGB (Red+Green+Blue) = 8+132+95=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #08845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08845F is #F77BA0. Grayscale: #5A5A5A. Windows color (decimal): -16219041 or 6259720. OLE color: 6259720.

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

Color convert

RGB 8 132 95 -
CMYK 0.94 0 0.28 0.48
HSL 162.1º 0.89% 0.27% -
HSV(B) 162.1º 0.94% 0.52% -
XYZ 10.42 17.38 13.63 -
YUV 90.71 130.42 69.01 -
System Red Green Blue C M Y K H S L
Decimal 8 132 95 0.94 0 0.28 0.48 162.1 0.89 0.27
Hex 8 84 5F 5E 0 1C 30 A2 59 1B
Octal 10 204 137 136 0 34 60 242 131 33
Binary 1000 10000100 1011111 1011110 0 11100 110000 10100010 1011001 11011

Color Harmonies of #08845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08845F

Black with #08845F

Text Example


Text Example

White with #08845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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