#2B150F

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

Shades of Seal Brown #2B150F

Tints of Seal Brown #2B150F

Color information

#2B150F (or 0x2B150F) is unknown color: approx Seal Brown. HEX triplet: 2B, 15 and 0F. RGB value is (43,21,15). Sum of RGB (Red+Green+Blue) = 43+21+15=79 (10% of max value = 765). Red value is 43 (17.19% from 255 or 54.43% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 43 - color contains mainly: red. Hex color #2B150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B150F is #D4EAF0. Grayscale: #1A1A1A. Windows color (decimal): -13953777 or 988459. OLE color: 988459.

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

Color convert

RGB432115-
CMYK00.510.650.83
HSL12.86º48.28%11.37%-
HSV(B)12.86º65.12%16.86%-
XYZ1.351.080.59-
YUV26.89121.29139.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 54.43%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=54.43%
G=26.58%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43211500.510.650.8312.8648.2811.37
Hex2B15F0334153d30b
Octal532517063101123156013
Binary10101110101111101100111000001101001111011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,15); }

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

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

 a { background-color: rgb(43,21,15); }

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

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

 span { border-color: rgb(43,21,15); }

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