#3A110F

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

Shades of Seal Brown #3A110F

Tints of Seal Brown #3A110F

Color information

#3A110F (or 0x3A110F) is unknown color: approx Seal Brown. HEX triplet: 3A, 11 and 0F. RGB value is (58,17,15). Sum of RGB (Red+Green+Blue) = 58+17+15=90 (11% of max value = 765). Red value is 58 (23.05% from 255 or 64.44% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 58 - color contains mainly: red. Hex color #3A110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A110F is #C5EEF0. Grayscale: #1D1D1D. Windows color (decimal): -12971761 or 987450. OLE color: 987450.

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

Color convert

RGB581715-
CMYK00.710.740.77
HSL2.79º58.9%14.31%-
HSV(B)2.79º74.14%22.75%-
XYZ2.031.330.6-
YUV29.03120.08148.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 64.44%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=64.44%
G=18.89%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58171500.710.740.772.7958.914.31
Hex3A11F0474A4D33be
Octal722117010711211537316
Binary1110101000111110100011110010101001101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,17,15); }

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

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

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

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

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

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

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