#3E0700

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

Shades of Seal Brown #3E0700

Tints of Seal Brown #3E0700

Color information

#3E0700 (or 0x3E0700) is unknown color: approx Seal Brown. HEX triplet: 3E, 07 and 00. RGB value is (62,7,0). Sum of RGB (Red+Green+Blue) = 62+7+0=69 (9% of max value = 765). Red value is 62 (24.61% from 255 or 89.86% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0700 is #C1F8FF. Grayscale: #161616. Windows color (decimal): -12712192 or 1854. OLE color: 1854.

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

Color convert

RGB6270-
CMYK00.8910.76
HSL6.77º100%12.16%-
HSV(B)6.77º100%24.31%-
XYZ2.061.180.12-
YUV22.65115.22156.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 89.86%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.86%
G=10.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal627000.8910.766.7710012.16
Hex3E70059644C764c
Octal76700131144114714414
Binary1111101110010110011100100100110011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,7,0); }

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

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

 a { background-color: rgb(62,7,0); }

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

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

 span { border-color: rgb(62,7,0); }

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