#3E0F00

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

Shades of Seal Brown #3E0F00

Tints of Seal Brown #3E0F00

Color information

#3E0F00 (or 0x3E0F00) is unknown color: approx Seal Brown. HEX triplet: 3E, 0F and 00. RGB value is (62,15,0). Sum of RGB (Red+Green+Blue) = 62+15+0=77 (10% of max value = 765). Red value is 62 (24.61% from 255 or 80.52% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0F00 is #C1F0FF. Grayscale: #1B1B1B. Windows color (decimal): -12710144 or 3902. OLE color: 3902.

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

Color convert

RGB62150-
CMYK00.7610.76
HSL14.52º100%12.16%-
HSV(B)14.52º100%24.31%-
XYZ2.161.370.15-
YUV27.34112.57152.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 80.52%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.52%
G=19.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6215000.7610.7614.5210012.16
Hex3EF004C644Cf64c
Octal7617001141441141714414
Binary111110111100100110011001001001100111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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