#3B100C

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

Shades of Seal Brown #3B100C

Tints of Seal Brown #3B100C

Color information

#3B100C (or 0x3B100C) is unknown color: approx Seal Brown. HEX triplet: 3B, 10 and 0C. RGB value is (59,16,12). Sum of RGB (Red+Green+Blue) = 59+16+12=87 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.82% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 59 - color contains mainly: red. Hex color #3B100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B100C is #C4EFF3. Grayscale: #1C1C1C. Windows color (decimal): -12906484 or 790587. OLE color: 790587.

HSL color Cylindrical-coordinate representation of color #3B100C: hue angle of 5.11º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B100C is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.77.

Color convert

RGB591612-
CMYK00.730.800.77
HSL5.11º66.2%13.92%-
HSV(B)5.11º79.66%23.14%-
XYZ2.061.330.5-
YUV28.4118.75149.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 67.82%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 12 (5.08% from 255) = 13.79%
R=67.82%
G=18.39%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59161200.730.800.775.1166.213.92
Hex3B10C049504D542e
Octal7320140111120115510216
Binary111011100001100010010011010000100110110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,16,12); }

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

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

 a { background-color: rgb(59,16,12); }

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

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

 span { border-color: rgb(59,16,12); }

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