Html Css Color HEX #09825C Deep Sea

📋 copy color: '#09825C'

red 9 ◦ green 130 ◦ blue 92

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

Shades of Deep Sea #09825C

Tints of Deep Sea #09825C

RGB

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

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

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

R = 3.9%
G = 56.28%
B = 39.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#09825C (or 0x09825C) is known color: Deep Sea. HEX triplet: 09, 82 and 5C. RGB value is (9,130,92). Sum of RGB (Red+Green+Blue) = 9+130+92=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #09825C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09825C is #F67DA3. Grayscale: #595959. Windows color (decimal): -16154020 or 6062601. OLE color: 6062601.

HSL color Cylindrical-coordinate representation of color #09825C: hue angle of 161.16º 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 #09825C is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 130 92 -
CMYK 0.93 0 0.29 0.49
HSL 161.16º 0.87% 0.27% -
HSV(B) 161.16º 0.93% 0.51% -
XYZ 10.03 16.8 12.84 -
YUV 89.49 129.41 70.59 -
System Red Green Blue C M Y K H S L
Decimal 9 130 92 0.93 0 0.29 0.49 161.16 0.87 0.27
Hex 9 82 5C 5D 0 1D 31 A1 57 1B
Octal 11 202 134 135 0 35 61 241 127 33
Binary 1001 10000010 1011100 1011101 0 11101 110001 10100001 1010111 11011

Color Harmonies of #09825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09825C

Black with #09825C

Text Example


Text Example

White with #09825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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