#3B140F

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

Shades of Seal Brown #3B140F

Tints of Seal Brown #3B140F

Color information

#3B140F (or 0x3B140F) is unknown color: approx Seal Brown. HEX triplet: 3B, 14 and 0F. RGB value is (59,20,15). Sum of RGB (Red+Green+Blue) = 59+20+15=94 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.77% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 59 - color contains mainly: red. Hex color #3B140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B140F is #C4EBF0. Grayscale: #1F1F1F. Windows color (decimal): -12905457 or 988219. OLE color: 988219.

HSL color Cylindrical-coordinate representation of color #3B140F: hue angle of 6.82º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B140F is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.77.

Color convert

RGB592015-
CMYK00.660.750.77
HSL6.82º59.46%14.51%-
HSV(B)6.82º74.58%23.14%-
XYZ2.141.460.62-
YUV31.09118.92147.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 62.77%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 15 (6.25% from 255) = 15.96%
R=62.77%
G=21.28%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59201500.660.750.776.8259.4614.51
Hex3B14F0424B4D73bf
Octal732417010211311577317
Binary11101110100111101000010100101110011011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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