#2B140E

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

Shades of Seal Brown #2B140E

Tints of Seal Brown #2B140E

Color information

#2B140E (or 0x2B140E) is unknown color: approx Seal Brown. HEX triplet: 2B, 14 and 0E. RGB value is (43,20,14). Sum of RGB (Red+Green+Blue) = 43+20+14=77 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.84% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 43 - color contains mainly: red. Hex color #2B140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B140E is #D4EBF1. Grayscale: #1A1A1A. Windows color (decimal): -13954034 or 922667. OLE color: 922667.

HSL color Cylindrical-coordinate representation of color #2B140E: hue angle of 12.41º degrees, saturation: 0.51, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B140E is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.83.

Color convert

RGB432014-
CMYK00.530.670.83
HSL12.41º50.88%11.18%-
HSV(B)12.41º67.44%16.86%-
XYZ1.331.050.55-
YUV26.19121.12139.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 55.84%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=55.84%
G=25.97%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43201400.530.670.8312.4150.8811.18
Hex2B14E0354353c33b
Octal532416065103123146313
Binary10101110100111001101011000011101001111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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