#2F0C05

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

Shades of Seal Brown #2F0C05

Tints of Seal Brown #2F0C05

Color information

#2F0C05 (or 0x2F0C05) is unknown color: approx Seal Brown. HEX triplet: 2F, 0C and 05. RGB value is (47,12,5). Sum of RGB (Red+Green+Blue) = 47+12+5=64 (8% of max value = 765). Red value is 47 (18.75% from 255 or 73.44% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0C05 is #D0F3FA. Grayscale: #151515. Windows color (decimal): -13693947 or 330799. OLE color: 330799.

HSL color Cylindrical-coordinate representation of color #2F0C05: hue angle of 10º 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 #2F0C05 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.82.

Color convert

RGB47125-
CMYK00.740.890.82
HSL10º80.77%10.2%-
HSV(B)10º89.36%18.43%-
XYZ1.330.880.24-
YUV21.67118.6146.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 73.44%
GREEN value IS 12 (5.08% from 255) = 18.75%
BLUE value IS 5 (2.34% from 255) = 7.81%
R=73.44%
G=18.75%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4712500.740.890.821080.7710.2
Hex2FC504A5952a51a
Octal5714501121311221212112
Binary10111111001010100101010110011010010101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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