#2F110C

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

Shades of Seal Brown #2F110C

Tints of Seal Brown #2F110C

Color information

#2F110C (or 0x2F110C) is unknown color: approx Seal Brown. HEX triplet: 2F, 11 and 0C. RGB value is (47,17,12). Sum of RGB (Red+Green+Blue) = 47+17+12=76 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.84% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 47 - color contains mainly: red. Hex color #2F110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F110C is #D0EEF3. Grayscale: #191919. Windows color (decimal): -13692660 or 790831. OLE color: 790831.

HSL color Cylindrical-coordinate representation of color #2F110C: hue angle of 8.57º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F110C is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB471712-
CMYK00.640.740.82
HSL8.57º59.32%11.57%-
HSV(B)8.57º74.47%18.43%-
XYZ1.441.030.47-
YUV25.4120.44143.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 61.84%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 12 (5.08% from 255) = 15.79%
R=61.84%
G=22.37%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47171200.640.740.828.5759.3211.57
Hex2F11C0404A5293bc
Octal5721140100112122117314
Binary101111100011100010000001001010101001010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,17,12); }

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

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

 a { background-color: rgb(47,17,12); }

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

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

 span { border-color: rgb(47,17,12); }

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