#2B160E

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

Shades of Seal Brown #2B160E

Tints of Seal Brown #2B160E

Color information

#2B160E (or 0x2B160E) is unknown color: approx Seal Brown. HEX triplet: 2B, 16 and 0E. RGB value is (43,22,14). Sum of RGB (Red+Green+Blue) = 43+22+14=79 (10% of max value = 765). Red value is 43 (17.19% from 255 or 54.43% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 43 - color contains mainly: red. Hex color #2B160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B160E is #D4E9F1. Grayscale: #1B1B1B. Windows color (decimal): -13953522 or 923179. OLE color: 923179.

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

Color convert

RGB432214-
CMYK00.490.670.83
HSL16.55º50.88%11.18%-
HSV(B)16.55º67.44%16.86%-
XYZ1.361.120.56-
YUV27.37120.46139.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 54.43%
GREEN value IS 22 (8.98% from 255) = 27.85%
BLUE value IS 14 (5.86% from 255) = 17.72%
R=54.43%
G=27.85%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43221400.490.670.8316.5550.8811.18
Hex2B16E03143531133b
Octal532616061103123216313
Binary101011101101110011000110000111010011100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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