#2F1815

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

Shades of Seal Brown #2F1815

Tints of Seal Brown #2F1815

Color information

#2F1815 (or 0x2F1815) is unknown color: approx Seal Brown. HEX triplet: 2F, 18 and 15. RGB value is (47,24,21). Sum of RGB (Red+Green+Blue) = 47+24+21=92 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.09% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1815 is #D0E7EA. Grayscale: #1E1E1E. Windows color (decimal): -13690859 or 1382447. OLE color: 1382447.

HSL color Cylindrical-coordinate representation of color #2F1815: hue angle of 6.92º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F1815 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.82.

Color convert

RGB472421-
CMYK00.490.550.82
HSL6.92º38.24%13.33%-
HSV(B)6.92º55.32%18.43%-
XYZ1.631.310.88-
YUV30.53122.62139.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 51.09%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=51.09%
G=26.09%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47242100.490.550.826.9238.2413.33
Hex2F18150313752726d
Octal5730250616712274615
Binary1011111100010101011000111011110100101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,24,21); }

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

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

 a { background-color: rgb(47,24,21); }

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

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

 span { border-color: rgb(47,24,21); }

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