#3A100B

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

Shades of Seal Brown #3A100B

Tints of Seal Brown #3A100B

Color information

#3A100B (or 0x3A100B) is unknown color: approx Seal Brown. HEX triplet: 3A, 10 and 0B. RGB value is (58,16,11). Sum of RGB (Red+Green+Blue) = 58+16+11=85 (11% of max value = 765). Red value is 58 (23.05% from 255 or 68.24% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 58 - color contains mainly: red. Hex color #3A100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A100B is #C5EFF4. Grayscale: #1C1C1C. Windows color (decimal): -12972021 or 725050. OLE color: 725050.

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

Color convert

RGB581611-
CMYK00.720.810.77
HSL6.38º68.12%13.53%-
HSV(B)6.38º81.03%22.75%-
XYZ1.991.290.46-
YUV27.99118.41149.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 68.24%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=68.24%
G=18.82%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58161100.720.810.776.3868.1213.53
Hex3A10B048514D644e
Octal7220130110121115610416
Binary111010100001011010010001010001100110111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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