Html Css Color HEX #391413 Seal Brown

📋 copy color: '#391413'

red 57 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #391413

Tints of Seal Brown #391413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.83%

 BLUE value IS 19 (7.81% from 255) = 19.79%

R = 59.38%
G = 20.83%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#391413 (or 0x391413) is known color: Seal Brown. HEX triplet: 39, 14 and 13. RGB value is (57,20,19). Sum of RGB (Red+Green+Blue) = 57+20+19=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #391413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391413 is #C6EBEC. Grayscale: #1E1E1E. Windows color (decimal): -13036525 or 1250361. OLE color: 1250361.

HSL color Cylindrical-coordinate representation of color #391413: hue angle of 1.58º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #391413 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 20 19 -
CMYK 0 0.65 0.67 0.78
HSL 1.58º 0.5% 0.15% -
HSV(B) 1.58º 0.67% 0.22% -
XYZ 2.06 1.42 0.78 -
YUV 30.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 57 20 19 0 0.65 0.67 0.78 1.58 0.5 0.15
Hex 39 14 13 0 41 43 4E 2 32 F
Octal 71 24 23 0 101 103 116 2 62 17
Binary 111001 10100 10011 0 1000001 1000011 1001110 10 110010 1111

Color Harmonies of #391413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391413

Black with #391413

Text Example


Text Example

White with #391413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391413; }

 p { color: rgb(57,20,19); }

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

background-color css

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

 a { background-color: rgb(57,20,19); }

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

border-color css

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

 span { border-color: rgb(57,20,19); }

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