#3E0504

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

Shades of Seal Brown #3E0504

Tints of Seal Brown #3E0504

Color information

#3E0504 (or 0x3E0504) is unknown color: approx Seal Brown. HEX triplet: 3E, 05 and 04. RGB value is (62,5,4). Sum of RGB (Red+Green+Blue) = 62+5+4=71 (9% of max value = 765). Red value is 62 (24.61% from 255 or 87.32% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0504 is #C1FAFB. Grayscale: #151515. Windows color (decimal): -12712700 or 263486. OLE color: 263486.

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

Color convert

RGB6254-
CMYK00.920.940.76
HSL1.03º87.88%12.94%-
HSV(B)1.03º93.55%24.31%-
XYZ2.061.140.23-
YUV21.93117.88156.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 87.32%
GREEN value IS 5 (2.34% from 255) = 7.04%
BLUE value IS 4 (1.95% from 255) = 5.63%
R=87.32%
G=7.04%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal625400.920.940.761.0387.8812.94
Hex3E5405C5E4C158d
Octal76540134136114113015
Binary1111101011000101110010111101001100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,5,4); }

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

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

 a { background-color: rgb(62,5,4); }

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

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

 span { border-color: rgb(62,5,4); }

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