#2A150E

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

Shades of Seal Brown #2A150E

Tints of Seal Brown #2A150E

Color information

#2A150E (or 0x2A150E) is unknown color: approx Seal Brown. HEX triplet: 2A, 15 and 0E. RGB value is (42,21,14). Sum of RGB (Red+Green+Blue) = 42+21+14=77 (10% of max value = 765). Red value is 42 (16.80% from 255 or 54.55% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 42 - color contains mainly: red. Hex color #2A150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A150E is #D5EAF1. Grayscale: #1A1A1A. Windows color (decimal): -14019314 or 922922. OLE color: 922922.

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

Color convert

RGB422114-
CMYK00.500.670.84
HSL15º50%10.98%-
HSV(B)15º66.67%16.47%-
XYZ1.31.060.55-
YUV26.48120.96139.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 54.55%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=54.55%
G=27.27%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42211400.500.670.84155010.98
Hex2A15E0324354f32b
Octal522516062103124176213
Binary10101010101111001100101000011101010011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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