#3A100D

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

Shades of Seal Brown #3A100D

Tints of Seal Brown #3A100D

Color information

#3A100D (or 0x3A100D) is unknown color: approx Seal Brown. HEX triplet: 3A, 10 and 0D. RGB value is (58,16,13). Sum of RGB (Red+Green+Blue) = 58+16+13=87 (11% of max value = 765). Red value is 58 (23.05% from 255 or 66.67% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 58 - color contains mainly: red. Hex color #3A100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A100D is #C5EFF2. Grayscale: #1C1C1C. Windows color (decimal): -12972019 or 856122. OLE color: 856122.

HSL color Cylindrical-coordinate representation of color #3A100D: hue angle of 4º 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 #3A100D is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB581613-
CMYK00.720.780.77
HSL63.38%13.92%-
HSV(B)77.59%22.75%-
XYZ21.30.53-
YUV28.22119.41149.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 66.67%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=66.67%
G=18.39%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58161300.720.780.77463.3813.92
Hex3A10D0484E4D43fe
Octal722015011011611547716
Binary11101010000110101001000100111010011011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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