#3D0D0D

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

Shades of Seal Brown #3D0D0D

Tints of Seal Brown #3D0D0D

Color information

#3D0D0D (or 0x3D0D0D) is unknown color: approx Seal Brown. HEX triplet: 3D, 0D and 0D. RGB value is (61,13,13). Sum of RGB (Red+Green+Blue) = 61+13+13=87 (11% of max value = 765). Red value is 61 (24.22% from 255 or 70.11% from 87); Green value is 13 (5.47% from 255 or 14.94% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0D0D is #C2F2F2. Grayscale: #1B1B1B. Windows color (decimal): -12776179 or 855357. OLE color: 855357.

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

Color convert

RGB611313-
CMYK00.790.790.76
HSL64.86%14.51%-
HSV(B)78.69%23.92%-
XYZ2.141.310.52-
YUV27.35119.9152-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 70.11%
GREEN value IS 13 (5.47% from 255) = 14.94%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=70.11%
G=14.94%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61131300.790.790.76064.8614.51
Hex3DDD04F4F4C041f
Octal7515150117117114010117
Binary111101110111010100111110011111001100010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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