Html Css Color HEX #3E1413 Seal Brown

📋 copy color: '#3E1413'

red 62 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #3E1413

Tints of Seal Brown #3E1413

RGB

 RED value IS 62 (24.61% from 255) = 61.39%

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

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

R = 61.39%
G = 19.8%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#3E1413 (or 0x3E1413) is known color: Seal Brown. HEX triplet: 3E, 14 and 13. RGB value is (62,20,19). Sum of RGB (Red+Green+Blue) = 62+20+19=101 (13% of max value = 765). Red value is 62 (24.61% from 255 or 61.39% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1413 is #C1EBEC. Grayscale: #202020. Windows color (decimal): -12708845 or 1250366. OLE color: 1250366.

HSL color Cylindrical-coordinate representation of color #3E1413: hue angle of 1.4º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E1413 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 20 19 -
CMYK 0 0.68 0.69 0.76
HSL 1.4º 0.53% 0.16% -
HSV(B) 1.4º 0.69% 0.24% -
XYZ 2.35 1.57 0.8 -
YUV 32.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 62 20 19 0 0.68 0.69 0.76 1.4 0.53 0.16
Hex 3E 14 13 0 44 45 4C 1 35 10
Octal 76 24 23 0 104 105 114 1 65 20
Binary 111110 10100 10011 0 1000100 1000101 1001100 1 110101 10000

Color Harmonies of #3E1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1413

Black with #3E1413

Text Example


Text Example

White with #3E1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E1413; }

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

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

background-color css

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

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

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

border-color css

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

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

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