Html Css Color HEX #3E201F Seal Brown

📋 copy color: '#3E201F'

red 62 ◦ green 32 ◦ blue 31

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

Shades of Seal Brown #3E201F

Tints of Seal Brown #3E201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.6%

 BLUE value IS 31 (12.5% from 255) = 24.8%

R = 49.6%
G = 25.6%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.76

RGB Variations

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

Color information

#3E201F (or 0x3E201F) is known color: Seal Brown. HEX triplet: 3E, 20 and 1F. RGB value is (62,32,31). Sum of RGB (Red+Green+Blue) = 62+32+31=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E201F is #C1DFE0. Grayscale: #282828. Windows color (decimal): -12705761 or 2039870. OLE color: 2039870.

HSL color Cylindrical-coordinate representation of color #3E201F: hue angle of 1.94º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E201F is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 32 31 -
CMYK 0 0.48 0.5 0.76
HSL 1.94º 0.33% 0.18% -
HSV(B) 1.94º 0.5% 0.24% -
XYZ 2.75 2.16 1.57 -
YUV 40.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 62 32 31 0 0.48 0.5 0.76 1.94 0.33 0.18
Hex 3E 20 1F 0 30 32 4C 2 21 12
Octal 76 40 37 0 60 62 114 2 41 22
Binary 111110 100000 11111 0 110000 110010 1001100 10 100001 10010

Color Harmonies of #3E201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E201F

Black with #3E201F

Text Example


Text Example

White with #3E201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,32,31); }

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

background-color css

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

 a { background-color: rgb(62,32,31); }

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

border-color css

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

 span { border-color: rgb(62,32,31); }

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