#3D201F

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

Shades of Seal Brown #3D201F

Tints of Seal Brown #3D201F

Color information

#3D201F (or 0x3D201F) is unknown color: approx Seal Brown. HEX triplet: 3D, 20 and 1F. RGB value is (61,32,31). Sum of RGB (Red+Green+Blue) = 61+32+31=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D201F is #C2DFE0. Grayscale: #282828. Windows color (decimal): -12771297 or 2039869. OLE color: 2039869.

HSL color Cylindrical-coordinate representation of color #3D201F: hue angle of 2º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D201F is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB613231-
CMYK00.480.490.76
HSL32.61%18.04%-
HSV(B)49.18%23.92%-
XYZ2.692.121.56-
YUV40.56122.61142.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 49.19%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 31 (12.5% from 255) = 25%
R=49.19%
G=25.81%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61323100.480.490.76232.6118.04
Hex3D201F030314C22112
Octal7540370606111424122
Binary11110110000011111011000011000110011001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,32,31); }

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

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

 a { background-color: rgb(61,32,31); }

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

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

 span { border-color: rgb(61,32,31); }

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