#3D140C

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

Shades of Seal Brown #3D140C

Tints of Seal Brown #3D140C

Color information

#3D140C (or 0x3D140C) is unknown color: approx Seal Brown. HEX triplet: 3D, 14 and 0C. RGB value is (61,20,12). Sum of RGB (Red+Green+Blue) = 61+20+12=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D140C is #C2EBF3. Grayscale: #1F1F1F. Windows color (decimal): -12774388 or 791613. OLE color: 791613.

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

Color convert

RGB612012-
CMYK00.670.800.76
HSL9.8º67.12%14.31%-
HSV(B)9.8º80.33%23.92%-
XYZ2.241.520.52-
YUV31.35117.08149.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 65.59%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=65.59%
G=21.51%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61201200.670.800.769.867.1214.31
Hex3D14C043504Ca43e
Octal75241401031201141210316
Binary1111011010011000100001110100001001100101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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