#2A1413

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

Shades of Seal Brown #2A1413

Tints of Seal Brown #2A1413

Color information

#2A1413 (or 0x2A1413) is unknown color: approx Seal Brown. HEX triplet: 2A, 14 and 13. RGB value is (42,20,19). Sum of RGB (Red+Green+Blue) = 42+20+19=81 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.85% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1413 is #D5EBEC. Grayscale: #1A1A1A. Windows color (decimal): -14019565 or 1250346. OLE color: 1250346.

HSL color Cylindrical-coordinate representation of color #2A1413: hue angle of 2.61º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A1413 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB422019-
CMYK00.520.550.84
HSL2.61º37.7%11.96%-
HSV(B)2.61º54.76%16.47%-
XYZ1.321.040.75-
YUV26.46123.79139.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 51.85%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=51.85%
G=24.69%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42201900.520.550.842.6137.711.96
Hex2A14130343754326c
Octal5224230646712434614
Binary101010101001001101101001101111010100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1413; }

 p { color: rgb(42,20,19); }

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

<style>
 a { background-color: #2A1413; }

 a { background-color: rgb(42,20,19); }

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

<style>
 span { border-color: #2A1413; }

 span { border-color: rgb(42,20,19); }

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