#3D0F07

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

Shades of Seal Brown #3D0F07

Tints of Seal Brown #3D0F07

Color information

#3D0F07 (or 0x3D0F07) is unknown color: approx Seal Brown. HEX triplet: 3D, 0F and 07. RGB value is (61,15,7). Sum of RGB (Red+Green+Blue) = 61+15+7=83 (10% of max value = 765). Red value is 61 (24.22% from 255 or 73.49% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0F07 is #C2F0F8. Grayscale: #1B1B1B. Windows color (decimal): -12775673 or 462653. OLE color: 462653.

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

Color convert

RGB61157-
CMYK00.750.890.76
HSL8.89º79.41%13.33%-
HSV(B)8.89º88.52%23.92%-
XYZ2.131.350.35-
YUV27.84116.24151.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 73.49%
GREEN value IS 15 (6.25% from 255) = 18.07%
BLUE value IS 7 (3.12% from 255) = 8.43%
R=73.49%
G=18.07%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6115700.750.890.768.8979.4113.33
Hex3DF704B594C94fd
Octal7517701131311141111715
Binary11110111111110100101110110011001100100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,15,7); }

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

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

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

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

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

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

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