Html Css Color HEX #390D0A Seal Brown

📋 copy color: '#390D0A'

red 57 ◦ green 13 ◦ blue 10

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

Shades of Seal Brown #390D0A

Tints of Seal Brown #390D0A

RGB

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

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

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

R = 71.25%
G = 16.25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#390D0A (or 0x390D0A) is known color: Seal Brown. HEX triplet: 39, 0D and 0A. RGB value is (57,13,10). Sum of RGB (Red+Green+Blue) = 57+13+10=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #390D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D0A is #C6F2F5. Grayscale: #191919. Windows color (decimal): -13038326 or 658745. OLE color: 658745.

HSL color Cylindrical-coordinate representation of color #390D0A: hue angle of 3.83º 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 #390D0A is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 13 10 -
CMYK 0 0.77 0.82 0.78
HSL 3.83º 0.7% 0.13% -
HSV(B) 3.83º 0.82% 0.22% -
XYZ 1.89 1.18 0.42 -
YUV 25.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 57 13 10 0 0.77 0.82 0.78 3.83 0.7 0.13
Hex 39 D A 0 4D 52 4E 4 46 D
Octal 71 15 12 0 115 122 116 4 106 15
Binary 111001 1101 1010 0 1001101 1010010 1001110 100 1000110 1101

Color Harmonies of #390D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D0A

Black with #390D0A

Text Example


Text Example

White with #390D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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