Html Css Color HEX #3E140C Seal Brown

📋 copy color: '#3E140C'

red 62 ◦ green 20 ◦ blue 12

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

Shades of Seal Brown #3E140C

Tints of Seal Brown #3E140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.77%

R = 65.96%
G = 21.28%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.76

RGB Variations

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

Color information

#3E140C (or 0x3E140C) is known color: Seal Brown. HEX triplet: 3E, 14 and 0C. RGB value is (62,20,12). Sum of RGB (Red+Green+Blue) = 62+20+12=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E140C is #C1EBF3. Grayscale: #1F1F1F. Windows color (decimal): -12708852 or 791614. OLE color: 791614.

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

Color convert

RGB 62 20 12 -
CMYK 0 0.68 0.81 0.76
HSL 9.6º 0.68% 0.15% -
HSV(B) 9.6º 0.81% 0.24% -
XYZ 2.3 1.55 0.53 -
YUV 31.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 62 20 12 0 0.68 0.81 0.76 9.6 0.68 0.15
Hex 3E 14 C 0 44 51 4C A 44 F
Octal 76 24 14 0 104 121 114 12 104 17
Binary 111110 10100 1100 0 1000100 1010001 1001100 1010 1000100 1111

Color Harmonies of #3E140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E140C

Black with #3E140C

Text Example


Text Example

White with #3E140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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