Html Css Color HEX #3E140E Seal Brown

📋 copy color: '#3E140E'

red 62 ◦ green 20 ◦ blue 14

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

Shades of Seal Brown #3E140E

Tints of Seal Brown #3E140E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.58%

R = 64.58%
G = 20.83%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.76

RGB Variations

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

Color information

#3E140E (or 0x3E140E) is known color: Seal Brown. HEX triplet: 3E, 14 and 0E. RGB value is (62,20,14). Sum of RGB (Red+Green+Blue) = 62+20+14=96 (12% of max value = 765). Red value is 62 (24.61% from 255 or 64.58% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 62 - color contains mainly: red. Hex color #3E140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E140E is #C1EBF1. Grayscale: #1F1F1F. Windows color (decimal): -12708850 or 922686. OLE color: 922686.

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

Color convert

RGB 62 20 14 -
CMYK 0 0.68 0.77 0.76
HSL 7.5º 0.63% 0.15% -
HSV(B) 7.5º 0.77% 0.24% -
XYZ 2.32 1.56 0.59 -
YUV 31.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 62 20 14 0 0.68 0.77 0.76 7.5 0.63 0.15
Hex 3E 14 E 0 44 4D 4C 8 3F F
Octal 76 24 16 0 104 115 114 10 77 17
Binary 111110 10100 1110 0 1000100 1001101 1001100 1000 111111 1111

Color Harmonies of #3E140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E140E

Black with #3E140E

Text Example


Text Example

White with #3E140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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