Html Css Color HEX #08825C Deep Sea

📋 copy color: '#08825C'

red 8 ◦ green 130 ◦ blue 92

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

Shades of Deep Sea #08825C

Tints of Deep Sea #08825C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.52%

 BLUE value IS 92 (36.33% from 255) = 40%

R = 3.48%
G = 56.52%
B = 40%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#08825C (or 0x08825C) is known color: Deep Sea. HEX triplet: 08, 82 and 5C. RGB value is (8,130,92). Sum of RGB (Red+Green+Blue) = 8+130+92=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #08825C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08825C is #F77DA3. Grayscale: #595959. Windows color (decimal): -16219556 or 6062600. OLE color: 6062600.

HSL color Cylindrical-coordinate representation of color #08825C: hue angle of 161.31º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08825C is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 130 92 -
CMYK 0.94 0 0.29 0.49
HSL 161.31º 0.88% 0.27% -
HSV(B) 161.31º 0.94% 0.51% -
XYZ 10.01 16.79 12.84 -
YUV 89.19 129.58 70.09 -
System Red Green Blue C M Y K H S L
Decimal 8 130 92 0.94 0 0.29 0.49 161.31 0.88 0.27
Hex 8 82 5C 5E 0 1D 31 A1 58 1B
Octal 10 202 134 136 0 35 61 241 130 33
Binary 1000 10000010 1011100 1011110 0 11101 110001 10100001 1011000 11011

Color Harmonies of #08825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08825C

Black with #08825C

Text Example


Text Example

White with #08825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08825C;
 }
 .AnyTagClassName
 {
   color: #08825C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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