#2A140E

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

Shades of Seal Brown #2A140E

Tints of Seal Brown #2A140E

Color information

#2A140E (or 0x2A140E) is unknown color: approx Seal Brown. HEX triplet: 2A, 14 and 0E. RGB value is (42,20,14). Sum of RGB (Red+Green+Blue) = 42+20+14=76 (10% of max value = 765). Red value is 42 (16.80% from 255 or 55.26% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 42 - color contains mainly: red. Hex color #2A140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A140E is #D5EBF1. Grayscale: #191919. Windows color (decimal): -14019570 or 922666. OLE color: 922666.

HSL color Cylindrical-coordinate representation of color #2A140E: hue angle of 12.86º 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 #2A140E is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB422014-
CMYK00.520.670.84
HSL12.86º50%10.98%-
HSV(B)12.86º66.67%16.47%-
XYZ1.281.020.55-
YUV25.89121.29139.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 55.26%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=55.26%
G=26.32%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42201400.520.670.8412.865010.98
Hex2A14E0344354d32b
Octal522416064103124156213
Binary10101010100111001101001000011101010011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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