#2F1209

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

Shades of Seal Brown #2F1209

Tints of Seal Brown #2F1209

Color information

#2F1209 (or 0x2F1209) is unknown color: approx Seal Brown. HEX triplet: 2F, 12 and 09. RGB value is (47,18,9). Sum of RGB (Red+Green+Blue) = 47+18+9=74 (9% of max value = 765). Red value is 47 (18.75% from 255 or 63.51% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1209 is #D0EDF6. Grayscale: #191919. Windows color (decimal): -13692407 or 594479. OLE color: 594479.

HSL color Cylindrical-coordinate representation of color #2F1209: hue angle of 14.21º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F1209 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.82.

Color convert

RGB47189-
CMYK00.620.810.82
HSL14.21º67.86%10.98%-
HSV(B)14.21º80.85%18.43%-
XYZ1.441.060.39-
YUV25.64118.61143.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 63.51%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 9 (3.91% from 255) = 12.16%
R=63.51%
G=24.32%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4718900.620.810.8214.2167.8610.98
Hex2F12903E5152e44b
Octal5722110761211221610413
Binary101111100101001011111010100011010010111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,18,9); }

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

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

 a { background-color: rgb(47,18,9); }

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

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

 span { border-color: rgb(47,18,9); }

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