#2F1310

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

Shades of Seal Brown #2F1310

Tints of Seal Brown #2F1310

Color information

#2F1310 (or 0x2F1310) is unknown color: approx Seal Brown. HEX triplet: 2F, 13 and 10. RGB value is (47,19,16). Sum of RGB (Red+Green+Blue) = 47+19+16=82 (10% of max value = 765). Red value is 47 (18.75% from 255 or 57.32% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1310 is #D0ECEF. Grayscale: #1B1B1B. Windows color (decimal): -13692144 or 1053487. OLE color: 1053487.

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

Color convert

RGB471916-
CMYK00.600.660.82
HSL5.81º49.21%12.35%-
HSV(B)5.81º65.96%18.43%-
XYZ1.51.110.62-
YUV27.03121.78142.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 57.32%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=57.32%
G=23.17%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47191600.600.660.825.8149.2112.35
Hex2F131003C4252631c
Octal57232007410212266114
Binary10111110011100000111100100001010100101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,19,16); }

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

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

 a { background-color: rgb(47,19,16); }

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

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

 span { border-color: rgb(47,19,16); }

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