#3D140F

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

Shades of Seal Brown #3D140F

Tints of Seal Brown #3D140F

Color information

#3D140F (or 0x3D140F) is unknown color: approx Seal Brown. HEX triplet: 3D, 14 and 0F. RGB value is (61,20,15). Sum of RGB (Red+Green+Blue) = 61+20+15=96 (12% of max value = 765). Red value is 61 (24.22% from 255 or 63.54% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 61 - color contains mainly: red. Hex color #3D140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D140F is #C2EBF0. Grayscale: #1F1F1F. Windows color (decimal): -12774385 or 988221. OLE color: 988221.

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

Color convert

RGB612015-
CMYK00.670.750.76
HSL6.52º60.53%14.9%-
HSV(B)6.52º75.41%23.92%-
XYZ2.261.530.63-
YUV31.69118.58148.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 63.54%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=63.54%
G=20.83%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61201500.670.750.766.5260.5314.9
Hex3D14F0434B4C73df
Octal752417010311311477517
Binary11110110100111101000011100101110011001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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