Html Css Color HEX #390D09 Seal Brown

📋 copy color: '#390D09'

red 57 ◦ green 13 ◦ blue 9

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

Shades of Seal Brown #390D09

Tints of Seal Brown #390D09

RGB

 RED value IS 57 (22.66% from 255) = 72.15%

 GREEN value IS 13 (5.47% from 255) = 16.46%

 BLUE value IS 9 (3.91% from 255) = 11.39%

R = 72.15%
G = 16.46%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#390D09 (or 0x390D09) is known color: Seal Brown. HEX triplet: 39, 0D and 09. RGB value is (57,13,9). Sum of RGB (Red+Green+Blue) = 57+13+9=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D09 is #C6F2F6. Grayscale: #191919. Windows color (decimal): -13038327 or 593209. OLE color: 593209.

HSL color Cylindrical-coordinate representation of color #390D09: hue angle of 5º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390D09 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 13 9 -
CMYK 0 0.77 0.84 0.78
HSL 0.73% 0.13% -
HSV(B) 0.84% 0.22% -
XYZ 1.88 1.18 0.39 -
YUV 25.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 57 13 9 0 0.77 0.84 0.78 5 0.73 0.13
Hex 39 D 9 0 4D 54 4E 5 49 D
Octal 71 15 11 0 115 124 116 5 111 15
Binary 111001 1101 1001 0 1001101 1010100 1001110 101 1001001 1101

Color Harmonies of #390D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D09

Black with #390D09

Text Example


Text Example

White with #390D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390D09; }

 p { color: rgb(57,13,9); }

 H1.HeaderClassName
 {
   color: #390D09;
 }
 .AnyTagClassName
 {
   color: #390D09;
 }
</style>

background-color css

<style>
 a { background-color: #390D09; }

 a { background-color: rgb(57,13,9); }

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

border-color css

<style>
 span { border-color: #390D09; }

 span { border-color: rgb(57,13,9); }

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