#2A1614

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

Shades of Seal Brown #2A1614

Tints of Seal Brown #2A1614

Color information

#2A1614 (or 0x2A1614) is unknown color: approx Seal Brown. HEX triplet: 2A, 16 and 14. RGB value is (42,22,20). Sum of RGB (Red+Green+Blue) = 42+22+20=84 (11% of max value = 765). Red value is 42 (16.80% from 255 or 50% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1614 is #D5E9EB. Grayscale: #1B1B1B. Windows color (decimal): -14019052 or 1316394. OLE color: 1316394.

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

Color convert

RGB422220-
CMYK00.480.520.84
HSL5.45º35.48%12.16%-
HSV(B)5.45º52.38%16.47%-
XYZ1.371.120.81-
YUV27.75123.63138.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 26.19%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=50%
G=26.19%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42222000.480.520.845.4535.4812.16
Hex2A16140303454523c
Octal5226240606412454314
Binary1010101011010100011000011010010101001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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