#3B160D

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

Shades of Seal Brown #3B160D

Tints of Seal Brown #3B160D

Color information

#3B160D (or 0x3B160D) is unknown color: approx Seal Brown. HEX triplet: 3B, 16 and 0D. RGB value is (59,22,13). Sum of RGB (Red+Green+Blue) = 59+22+13=94 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.77% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 59 - color contains mainly: red. Hex color #3B160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B160D is #C4E9F2. Grayscale: #202020. Windows color (decimal): -12904947 or 857659. OLE color: 857659.

HSL color Cylindrical-coordinate representation of color #3B160D: hue angle of 11.74º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B160D is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB592213-
CMYK00.630.780.77
HSL11.74º63.89%14.12%-
HSV(B)11.74º77.97%23.14%-
XYZ2.161.530.56-
YUV32.04117.26147.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 62.77%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=62.77%
G=23.40%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59221300.630.780.7711.7463.8914.12
Hex3B16D03F4E4Dc40e
Octal7326150771161151410016
Binary111011101101101011111110011101001101110010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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