#2F0F04

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

Shades of Seal Brown #2F0F04

Tints of Seal Brown #2F0F04

Color information

#2F0F04 (or 0x2F0F04) is unknown color: approx Seal Brown. HEX triplet: 2F, 0F and 04. RGB value is (47,15,4). Sum of RGB (Red+Green+Blue) = 47+15+4=66 (8% of max value = 765). Red value is 47 (18.75% from 255 or 71.21% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0F04 is #D0F0FB. Grayscale: #171717. Windows color (decimal): -13693180 or 266031. OLE color: 266031.

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

Color convert

RGB47154-
CMYK00.680.910.82
HSL15.35º84.31%10%-
HSV(B)15.35º91.49%18.43%-
XYZ1.370.950.23-
YUV23.31117.1144.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 71.21%
GREEN value IS 15 (6.25% from 255) = 22.73%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=71.21%
G=22.73%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4715400.680.910.8215.3584.3110
Hex2FF40445B52f54a
Octal5717401041331221712412
Binary10111111111000100010010110111010010111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,15,4); }

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

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

 a { background-color: rgb(47,15,4); }

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

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

 span { border-color: rgb(47,15,4); }

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