Html Css Color HEX #09815D Deep Sea

📋 copy color: '#09815D'

red 9 ◦ green 129 ◦ blue 93

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

Shades of Deep Sea #09815D

Tints of Deep Sea #09815D

RGB

 RED value IS 9 (3.91% from 255) = 3.9%

 GREEN value IS 129 (50.78% from 255) = 55.84%

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

R = 3.9%
G = 55.84%
B = 40.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#09815D (or 0x09815D) is known color: Deep Sea. HEX triplet: 09, 81 and 5D. RGB value is (9,129,93). Sum of RGB (Red+Green+Blue) = 9+129+93=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #09815D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09815D is #F67EA2. Grayscale: #595959. Windows color (decimal): -16154275 or 6127881. OLE color: 6127881.

HSL color Cylindrical-coordinate representation of color #09815D: hue angle of 162º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09815D is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 129 93 -
CMYK 0.93 0 0.28 0.49
HSL 162º 0.87% 0.27% -
HSV(B) 162º 0.93% 0.51% -
XYZ 9.94 16.55 13.03 -
YUV 89.02 130.24 70.93 -
System Red Green Blue C M Y K H S L
Decimal 9 129 93 0.93 0 0.28 0.49 162 0.87 0.27
Hex 9 81 5D 5D 0 1C 31 A2 57 1B
Octal 11 201 135 135 0 34 61 242 127 33
Binary 1001 10000001 1011101 1011101 0 11100 110001 10100010 1010111 11011

Color Harmonies of #09815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09815D

Black with #09815D

Text Example


Text Example

White with #09815D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,129,93); }

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

background-color css

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

 a { background-color: rgb(9,129,93); }

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

border-color css

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

 span { border-color: rgb(9,129,93); }

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