#2A150D

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

Shades of Seal Brown #2A150D

Tints of Seal Brown #2A150D

Color information

#2A150D (or 0x2A150D) is unknown color: approx Seal Brown. HEX triplet: 2A, 15 and 0D. RGB value is (42,21,13). Sum of RGB (Red+Green+Blue) = 42+21+13=76 (10% of max value = 765). Red value is 42 (16.80% from 255 or 55.26% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 42 - color contains mainly: red. Hex color #2A150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A150D is #D5EAF2. Grayscale: #1A1A1A. Windows color (decimal): -14019315 or 857386. OLE color: 857386.

HSL color Cylindrical-coordinate representation of color #2A150D: hue angle of 16.55º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A150D is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.84.

Color convert

RGB422113-
CMYK00.500.690.84
HSL16.55º52.73%10.78%-
HSV(B)16.55º69.05%16.47%-
XYZ1.31.060.52-
YUV26.37120.46139.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 55.26%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=55.26%
G=27.63%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42211300.500.690.8416.5552.7310.78
Hex2A15D03245541135b
Octal522515062105124216513
Binary101010101011101011001010001011010100100011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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