#2A1815

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

Shades of Seal Brown #2A1815

Tints of Seal Brown #2A1815

Color information

#2A1815 (or 0x2A1815) is unknown color: approx Seal Brown. HEX triplet: 2A, 18 and 15. RGB value is (42,24,21). Sum of RGB (Red+Green+Blue) = 42+24+21=87 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.28% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1815 is #D5E7EA. Grayscale: #1D1D1D. Windows color (decimal): -14018539 or 1382442. OLE color: 1382442.

HSL color Cylindrical-coordinate representation of color #2A1815: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A1815 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.84.

Color convert

RGB422421-
CMYK00.430.500.84
HSL8.57º33.33%12.35%-
HSV(B)8.57º50%16.47%-
XYZ1.421.20.87-
YUV29.04123.46137.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 48.28%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=48.28%
G=27.59%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42242100.430.500.848.5733.3312.35
Hex2A181502B3254921c
Octal52302505362124114114
Binary10101011000101010101011110010101010010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,24,21); }

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

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

 a { background-color: rgb(42,24,21); }

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

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

 span { border-color: rgb(42,24,21); }

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