#3A130B

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

Shades of Seal Brown #3A130B

Tints of Seal Brown #3A130B

Color information

#3A130B (or 0x3A130B) is unknown color: approx Seal Brown. HEX triplet: 3A, 13 and 0B. RGB value is (58,19,11). Sum of RGB (Red+Green+Blue) = 58+19+11=88 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.91% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 58 - color contains mainly: red. Hex color #3A130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A130B is #C5ECF4. Grayscale: #1D1D1D. Windows color (decimal): -12971253 or 725818. OLE color: 725818.

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

Color convert

RGB581911-
CMYK00.670.810.77
HSL10.21º68.12%13.53%-
HSV(B)10.21º81.03%22.75%-
XYZ2.041.390.48-
YUV29.75117.42148.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 65.91%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 11 (4.69% from 255) = 12.5%
R=65.91%
G=21.59%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58191100.670.810.7710.2168.1213.53
Hex3A13B043514Da44e
Octal72231301031211151210416
Binary1110101001110110100001110100011001101101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,19,11); }

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

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

 a { background-color: rgb(58,19,11); }

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

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

 span { border-color: rgb(58,19,11); }

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