#3B130A

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

Shades of Seal Brown #3B130A

Tints of Seal Brown #3B130A

Color information

#3B130A (or 0x3B130A) is unknown color: approx Seal Brown. HEX triplet: 3B, 13 and 0A. RGB value is (59,19,10). Sum of RGB (Red+Green+Blue) = 59+19+10=88 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.05% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 59 - color contains mainly: red. Hex color #3B130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B130A is #C4ECF5. Grayscale: #1E1E1E. Windows color (decimal): -12905718 or 660283. OLE color: 660283.

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

Color convert

RGB591910-
CMYK00.680.830.77
HSL11.02º71.01%13.53%-
HSV(B)11.02º83.05%23.14%-
XYZ2.091.420.45-
YUV29.93116.75148.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 67.05%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=67.05%
G=21.59%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59191000.680.830.7711.0271.0113.53
Hex3B13A044534Db47e
Octal73231201041231151310716
Binary1110111001110100100010010100111001101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,19,10); }

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

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

 a { background-color: rgb(59,19,10); }

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

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

 span { border-color: rgb(59,19,10); }

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