#3B0E03

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

Shades of Seal Brown #3B0E03

Tints of Seal Brown #3B0E03

Color information

#3B0E03 (or 0x3B0E03) is unknown color: approx Seal Brown. HEX triplet: 3B, 0E and 03. RGB value is (59,14,3). Sum of RGB (Red+Green+Blue) = 59+14+3=76 (10% of max value = 765). Red value is 59 (23.44% from 255 or 77.63% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0E03 is #C4F1FC. Grayscale: #1A1A1A. Windows color (decimal): -12907005 or 200251. OLE color: 200251.

HSL color Cylindrical-coordinate representation of color #3B0E03: hue angle of 11.79º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0E03 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB59143-
CMYK00.760.950.77
HSL11.79º90.32%12.16%-
HSV(B)11.79º94.92%23.14%-
XYZ1.981.250.22-
YUV26.2114.91151.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 77.63%
GREEN value IS 14 (5.86% from 255) = 18.42%
BLUE value IS 3 (1.56% from 255) = 3.95%
R=77.63%
G=18.42%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5914300.760.950.7711.7990.3212.16
Hex3BE304C5F4Dc5ac
Octal7316301141371151413214
Binary1110111110110100110010111111001101110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,14,3); }

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

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

 a { background-color: rgb(59,14,3); }

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

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

 span { border-color: rgb(59,14,3); }

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