Html Css Color HEX #390D0B Seal Brown

📋 copy color: '#390D0B'

red 57 ◦ green 13 ◦ blue 11

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

Shades of Seal Brown #390D0B

Tints of Seal Brown #390D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.58%

R = 70.37%
G = 16.05%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.78

RGB Variations

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

Color information

#390D0B (or 0x390D0B) is known color: Seal Brown. HEX triplet: 39, 0D and 0B. RGB value is (57,13,11). Sum of RGB (Red+Green+Blue) = 57+13+11=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #390D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D0B is #C6F2F4. Grayscale: #191919. Windows color (decimal): -13038325 or 724281. OLE color: 724281.

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

Color convert

RGB 57 13 11 -
CMYK 0 0.77 0.81 0.78
HSL 2.61º 0.68% 0.13% -
HSV(B) 2.61º 0.81% 0.22% -
XYZ 1.89 1.18 0.45 -
YUV 25.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 57 13 11 0 0.77 0.81 0.78 2.61 0.68 0.13
Hex 39 D B 0 4D 51 4E 3 44 D
Octal 71 15 13 0 115 121 116 3 104 15
Binary 111001 1101 1011 0 1001101 1010001 1001110 11 1000100 1101

Color Harmonies of #390D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D0B

Black with #390D0B

Text Example


Text Example

White with #390D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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