#2F0F05

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

Shades of Seal Brown #2F0F05

Tints of Seal Brown #2F0F05

Color information

#2F0F05 (or 0x2F0F05) is unknown color: approx Seal Brown. HEX triplet: 2F, 0F and 05. RGB value is (47,15,5). Sum of RGB (Red+Green+Blue) = 47+15+5=67 (8% of max value = 765). Red value is 47 (18.75% from 255 or 70.15% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0F05 is #D0F0FA. Grayscale: #171717. Windows color (decimal): -13693179 or 331567. OLE color: 331567.

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

Color convert

RGB47155-
CMYK00.680.890.82
HSL14.29º80.77%10.2%-
HSV(B)14.29º89.36%18.43%-
XYZ1.370.960.26-
YUV23.43117.6144.81-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 70.15%
GREEN value IS 15 (6.25% from 255) = 22.39%
BLUE value IS 5 (2.34% from 255) = 7.46%
R=70.15%
G=22.39%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4715500.680.890.8214.2980.7710.2
Hex2FF50445952e51a
Octal5717501041311221612112
Binary10111111111010100010010110011010010111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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