Html Css Color HEX #390E0A Seal Brown

📋 copy color: '#390E0A'

red 57 ◦ green 14 ◦ blue 10

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

Shades of Seal Brown #390E0A

Tints of Seal Brown #390E0A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.28%

 BLUE value IS 10 (4.3% from 255) = 12.35%

R = 70.37%
G = 17.28%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#390E0A (or 0x390E0A) is known color: Seal Brown. HEX triplet: 39, 0E and 0A. RGB value is (57,14,10). Sum of RGB (Red+Green+Blue) = 57+14+10=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #390E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E0A is #C6F1F5. Grayscale: #1A1A1A. Windows color (decimal): -13038070 or 659001. OLE color: 659001.

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

Color convert

RGB 57 14 10 -
CMYK 0 0.75 0.82 0.78
HSL 5.11º 0.7% 0.13% -
HSV(B) 5.11º 0.82% 0.22% -
XYZ 1.9 1.21 0.42 -
YUV 26.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 57 14 10 0 0.75 0.82 0.78 5.11 0.7 0.13
Hex 39 E A 0 4B 52 4E 5 46 D
Octal 71 16 12 0 113 122 116 5 106 15
Binary 111001 1110 1010 0 1001011 1010010 1001110 101 1000110 1101

Color Harmonies of #390E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E0A

Black with #390E0A

Text Example


Text Example

White with #390E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,14,10); }

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

background-color css

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

 a { background-color: rgb(57,14,10); }

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

border-color css

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

 span { border-color: rgb(57,14,10); }

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