#3A0D0D

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

Shades of Seal Brown #3A0D0D

Tints of Seal Brown #3A0D0D

Color information

#3A0D0D (or 0x3A0D0D) is unknown color: approx Seal Brown. HEX triplet: 3A, 0D and 0D. RGB value is (58,13,13). Sum of RGB (Red+Green+Blue) = 58+13+13=84 (11% of max value = 765). Red value is 58 (23.05% from 255 or 69.05% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0D0D is #C5F2F2. Grayscale: #1A1A1A. Windows color (decimal): -12972787 or 855354. OLE color: 855354.

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

Color convert

RGB581313-
CMYK00.780.780.77
HSL63.38%13.92%-
HSV(B)77.59%22.75%-
XYZ1.961.220.51-
YUV26.46120.41150.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 69.05%
GREEN value IS 13 (5.47% from 255) = 15.48%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=69.05%
G=15.48%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58131300.780.780.77063.3813.92
Hex3ADD04E4E4D03fe
Octal721515011611611507716
Binary11101011011101010011101001110100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,13,13); }

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

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

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

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

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

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

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