#3E0E02

Color #3E0E02 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #3E0E02

Tints of Seal Brown #3E0E02

Color information

#3E0E02 (or 0x3E0E02) is unknown color: approx Seal Brown. HEX triplet: 3E, 0E and 02. RGB value is (62,14,2). Sum of RGB (Red+Green+Blue) = 62+14+2=78 (10% of max value = 765). Red value is 62 (24.61% from 255 or 79.49% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0E02 is #C1F1FD. Grayscale: #1B1B1B. Windows color (decimal): -12710398 or 134718. OLE color: 134718.

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

Color convert

RGB62142-
CMYK00.770.970.76
HSL12º93.75%12.55%-
HSV(B)12º96.77%24.31%-
XYZ2.151.340.2-
YUV26.98113.9152.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 79.49%
GREEN value IS 14 (5.86% from 255) = 17.95%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=79.49%
G=17.95%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6214200.770.970.761293.7512.55
Hex3EE204D614Cc5ed
Octal7616201151411141413615
Binary1111101110100100110111000011001100110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E0E02;
 }
 .AnyTagClassName
 {
   color: #3E0E02;
 }
</style>
background-color css

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

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

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

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

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

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