#3E0602

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

Shades of Seal Brown #3E0602

Tints of Seal Brown #3E0602

Color information

#3E0602 (or 0x3E0602) is unknown color: approx Seal Brown. HEX triplet: 3E, 06 and 02. RGB value is (62,6,2). Sum of RGB (Red+Green+Blue) = 62+6+2=70 (9% of max value = 765). Red value is 62 (24.61% from 255 or 88.57% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0602 is #C1F9FD. Grayscale: #161616. Windows color (decimal): -12712446 or 132670. OLE color: 132670.

HSL color Cylindrical-coordinate representation of color #3E0602: hue angle of 4º 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 #3E0602 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB6262-
CMYK00.900.970.76
HSL93.75%12.55%-
HSV(B)96.77%24.31%-
XYZ2.061.160.17-
YUV22.29116.55156.33-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 88.57%
GREEN value IS 6 (2.73% from 255) = 8.57%
BLUE value IS 2 (1.17% from 255) = 2.86%
R=88.57%
G=8.57%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal626200.900.970.76493.7512.55
Hex3E6205A614C45ed
Octal76620132141114413615
Binary11111011010010110101100001100110010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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