#3D0E0D

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

Shades of Seal Brown #3D0E0D

Tints of Seal Brown #3D0E0D

Color information

#3D0E0D (or 0x3D0E0D) is unknown color: approx Seal Brown. HEX triplet: 3D, 0E and 0D. RGB value is (61,14,13). Sum of RGB (Red+Green+Blue) = 61+14+13=88 (11% of max value = 765). Red value is 61 (24.22% from 255 or 69.32% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0E0D is #C2F1F2. Grayscale: #1B1B1B. Windows color (decimal): -12775923 or 855613. OLE color: 855613.

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

Color convert

RGB611413-
CMYK00.770.790.76
HSL1.25º64.86%14.51%-
HSV(B)1.25º78.69%23.92%-
XYZ2.151.340.52-
YUV27.94119.57151.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 69.32%
GREEN value IS 14 (5.86% from 255) = 15.91%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=69.32%
G=15.91%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61141300.770.790.761.2564.8614.51
Hex3DED04D4F4C141f
Octal7516150115117114110117
Binary111101111011010100110110011111001100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,14,13); }

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

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

 a { background-color: rgb(61,14,13); }

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

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

 span { border-color: rgb(61,14,13); }

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