Html Css Color HEX #390F0D Seal Brown

📋 copy color: '#390F0D'

red 57 ◦ green 15 ◦ blue 13

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

Shades of Seal Brown #390F0D

Tints of Seal Brown #390F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.65%

 BLUE value IS 13 (5.47% from 255) = 15.29%

R = 67.06%
G = 17.65%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#390F0D (or 0x390F0D) is known color: Seal Brown. HEX triplet: 39, 0F and 0D. RGB value is (57,15,13). Sum of RGB (Red+Green+Blue) = 57+15+13=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #390F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F0D is #C6F0F2. Grayscale: #1B1B1B. Windows color (decimal): -13037811 or 855865. OLE color: 855865.

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

Color convert

RGB 57 15 13 -
CMYK 0 0.74 0.77 0.78
HSL 2.73º 0.63% 0.14% -
HSV(B) 2.73º 0.77% 0.22% -
XYZ 1.93 1.24 0.52 -
YUV 27.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 57 15 13 0 0.74 0.77 0.78 2.73 0.63 0.14
Hex 39 F D 0 4A 4D 4E 3 3F E
Octal 71 17 15 0 112 115 116 3 77 16
Binary 111001 1111 1101 0 1001010 1001101 1001110 11 111111 1110

Color Harmonies of #390F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F0D

Black with #390F0D

Text Example


Text Example

White with #390F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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