#3E160F

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

Shades of Seal Brown #3E160F

Tints of Seal Brown #3E160F

Color information

#3E160F (or 0x3E160F) is unknown color: approx Seal Brown. HEX triplet: 3E, 16 and 0F. RGB value is (62,22,15). Sum of RGB (Red+Green+Blue) = 62+22+15=99 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62.63% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 62 - color contains mainly: red. Hex color #3E160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E160F is #C1E9F0. Grayscale: #212121. Windows color (decimal): -12708337 or 988734. OLE color: 988734.

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

Color convert

RGB622215-
CMYK00.650.760.76
HSL8.94º61.04%15.1%-
HSV(B)8.94º75.81%24.31%-
XYZ2.361.630.64-
YUV33.16117.75148.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 62.63%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 15 (6.25% from 255) = 15.15%
R=62.63%
G=22.22%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62221500.650.760.768.9461.0415.1
Hex3E16F0414C4C93df
Octal7626170101114114117517
Binary111110101101111010000011001100100110010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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