#2F1916

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

Shades of Seal Brown #2F1916

Tints of Seal Brown #2F1916

Color information

#2F1916 (or 0x2F1916) is unknown color: approx Seal Brown. HEX triplet: 2F, 19 and 16. RGB value is (47,25,22). Sum of RGB (Red+Green+Blue) = 47+25+22=94 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1916 is #D0E6E9. Grayscale: #1F1F1F. Windows color (decimal): -13690602 or 1448239. OLE color: 1448239.

HSL color Cylindrical-coordinate representation of color #2F1916: hue angle of 7.2º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F1916 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.82.

Color convert

RGB472522-
CMYK00.470.530.82
HSL7.2º36.23%13.53%-
HSV(B)7.2º53.19%18.43%-
XYZ1.661.360.93-
YUV31.24122.79139.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=50%
G=26.60%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47252200.470.530.827.236.2313.53
Hex2F191602F3552724e
Octal5731260576512274416
Binary1011111100110110010111111010110100101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,25,22); }

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

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

 a { background-color: rgb(47,25,22); }

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

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

 span { border-color: rgb(47,25,22); }

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