Html Css Color HEX #3E100F Seal Brown

📋 copy color: '#3E100F'

red 62 ◦ green 16 ◦ blue 15

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

Shades of Seal Brown #3E100F

Tints of Seal Brown #3E100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.2%

 BLUE value IS 15 (6.25% from 255) = 16.13%

R = 66.67%
G = 17.2%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.76

RGB Variations

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

Color information

#3E100F (or 0x3E100F) is known color: Seal Brown. HEX triplet: 3E, 10 and 0F. RGB value is (62,16,15). Sum of RGB (Red+Green+Blue) = 62+16+15=93 (12% of max value = 765). Red value is 62 (24.61% from 255 or 66.67% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 62 - color contains mainly: red. Hex color #3E100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E100F is #C1EFF0. Grayscale: #1D1D1D. Windows color (decimal): -12709873 or 987198. OLE color: 987198.

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

Color convert

RGB 62 16 15 -
CMYK 0 0.74 0.76 0.76
HSL 1.28º 0.61% 0.15% -
HSV(B) 1.28º 0.76% 0.24% -
XYZ 2.26 1.43 0.61 -
YUV 29.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 62 16 15 0 0.74 0.76 0.76 1.28 0.61 0.15
Hex 3E 10 F 0 4A 4C 4C 1 3D F
Octal 76 20 17 0 112 114 114 1 75 17
Binary 111110 10000 1111 0 1001010 1001100 1001100 1 111101 1111

Color Harmonies of #3E100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E100F

Black with #3E100F

Text Example


Text Example

White with #3E100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,16,15); }

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

background-color css

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

 a { background-color: rgb(62,16,15); }

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

border-color css

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

 span { border-color: rgb(62,16,15); }

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