#3D160D

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

Shades of Seal Brown #3D160D

Tints of Seal Brown #3D160D

Color information

#3D160D (or 0x3D160D) is unknown color: approx Seal Brown. HEX triplet: 3D, 16 and 0D. RGB value is (61,22,13). Sum of RGB (Red+Green+Blue) = 61+22+13=96 (12% of max value = 765). Red value is 61 (24.22% from 255 or 63.54% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 61 - color contains mainly: red. Hex color #3D160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D160D is #C2E9F2. Grayscale: #202020. Windows color (decimal): -12773875 or 857661. OLE color: 857661.

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

Color convert

RGB612213-
CMYK00.640.790.76
HSL11.25º64.86%14.51%-
HSV(B)11.25º78.69%23.92%-
XYZ2.281.590.57-
YUV32.64116.92148.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 63.54%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=63.54%
G=22.92%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61221300.640.790.7611.2564.8614.51
Hex3D16D0404F4Cb41f
Octal75261501001171141310117
Binary1111011011011010100000010011111001100101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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